Files
commandergenius/project/themes/Makefile
2013-06-24 20:39:47 +03:00

6 lines
106 B
Makefile

all: converter
converter: *.cpp
g++ -g3 -o $@ $? `sdl-config --cflags` `sdl-config --libs` -lSDL_image