Files
commandergenius/project/sdl/sdl-1.3/inlinefont/Makefile

4 lines
75 B
Makefile

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