Skip to content

Commit

Permalink
Stop adding debug symbols and start using cflags
Browse files Browse the repository at this point in the history
  • Loading branch information
niaow authored Dec 31, 2017
1 parent e01784c commit 2b99484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
all: linitd.o linitctl.o

%.o: %.c Makefile
cc -g $(basename $@).c -o $@
cc $(CFLAGS) $(basename $@).c -o $@

clean:
rm *.o

0 comments on commit 2b99484

Please sign in to comment.