We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3689cdf commit 23be033Copy full SHA for 23be033
Makefile
@@ -7,5 +7,5 @@ clean:
7
rm -f invaders.o ascii_invaders
8
9
ascii_invaders: invaders.o
10
- $(CC) $(CFLAGS) $(LIBS) invaders.o -o ascii_invaders
+ $(CC) $(CFLAGS) $(LDFLAGS) $(LIBS) invaders.o -o ascii_invaders
11
0 commit comments