mirror of
https://github.com/chocolate-doom/joytest.git
synced 2024-11-10 07:11:45 +00:00
Merge branch 'master' of github.com:chocolate-doom/joytest
This commit is contained in:
commit
cb59a9679b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,5 +3,5 @@ CFLAGS = $(shell sdl-config --cflags)
|
|||
LDFLAGS = $(shell sdl-config --libs)
|
||||
|
||||
joytest : joytest.c
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) $< -o $@
|
||||
$(CC) $(CFLAGS) $< -o $@ $(LDFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue