mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-23 03:49:26 +01:00
5 lines
69 B
Makefile
5 lines
69 B
Makefile
OBJS=menu.o
|
|
|
|
menu: $(OBJS)
|
|
g++ -lsdl -lsdl_image -lsdl_ttf -o $@ $+
|