Skip to content

Commit c8401e5

Browse files
authored
Append, instead of overriding, user-set CFLAGS
1 parent 9cc21f5 commit c8401e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CFLAGS=-Wall
1+
CFLAGS+=-Wall
22
LIBS=-lcurses
33

44
all: ascii_invaders

0 commit comments

Comments
 (0)