ratcatcher/Makefile.posix

3 lines
199 B
Makefile
Raw Permalink Normal View History

2006-01-27 17:27:57 +11:00
rc: rc.c rc.h
2009-01-22 06:38:54 +11:00
gcc -Wall -DREV=`./getsvnrev.sh` -orc -g rc.c shared.c `sdl-config --cflags --libs` -I/usr/local/include -L/usr/local/lib -lSDLmain -lSDL -lSDL_image -lSDL_gfx -lSDL_ttf -lSDL_mixer