Skip to content

Commit 23be033

Browse files
authored
Respect LDFLAGS
1 parent 3689cdf commit 23be033

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
@@ -7,5 +7,5 @@ clean:
77
rm -f invaders.o ascii_invaders
88

99
ascii_invaders: invaders.o
10-
$(CC) $(CFLAGS) $(LIBS) invaders.o -o ascii_invaders
10+
$(CC) $(CFLAGS) $(LDFLAGS) $(LIBS) invaders.o -o ascii_invaders
1111

0 commit comments

Comments
 (0)