frodo-wii/Makefile
2009-11-19 17:22:32 +00:00

6 lines
70 B
Makefile

OBJS=menu.o
menu: $(OBJS)
g++ -lsdl -lsdl_image -lsdl_ttf -o $@ $+