Skip to content

Commit

Permalink
Append, instead of overriding, user-set CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 authored Nov 21, 2016
1 parent 9cc21f5 commit c8401e5
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
@@ -1,4 +1,4 @@
CFLAGS=-Wall
CFLAGS+=-Wall
LIBS=-lcurses

all: ascii_invaders
Expand Down

0 comments on commit c8401e5

Please sign in to comment.