Skip to content

Commit

Permalink
add target
Browse files Browse the repository at this point in the history
  • Loading branch information
4shadoww committed Apr 7, 2022
1 parent 2e73e41 commit 9b050cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ all: lpsd
$(EXECUTABLE): $(SRC)
$(CC) $(CFLAGS) $(LIBS) $(SRC) -o $@

profile: CFLAGS += -pg
profile: all
debug: CFLAGS += -g
debug: all

Expand Down

0 comments on commit 9b050cc

Please sign in to comment.