ratcatcher/Makefile.posix

3 lines
164 B
Makefile
Raw Normal View History

2006-01-27 17:27:57 +11:00
rc: rc.c rc.h
2006-01-27 17:28:28 +11:00
gcc -mwindows -Wall -orc -g rc.c `sdl-config --cflags --libs` -I/usr/local/include -L/usr/local/lib -lSDLmain -lSDL -lSDL_image -lSDL_gfx -lSDL_ttf