Skip to content

Commit

Permalink
add CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
mojotx committed Oct 24, 2018
1 parent 4e16fb9 commit b522563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RM=rm -rvf


xttitle: src/xttitle.c
$(CC) -o $@ $<
$(CC) $(CFLAGS) -o $@ $<

clean:
$(RM) xttitle core
Expand Down

0 comments on commit b522563

Please sign in to comment.