Merge branch 'master' of github.com:chocolate-doom/joytest

This commit is contained in:
Simon Howard 2015-04-13 21:56:07 -04:00
commit cb59a9679b

View file

@ -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)