mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
5 lines
61 B
Makefile
5 lines
61 B
Makefile
# $Id$
|
|
|
|
all:
|
|
g++ -I../.. main.cpp parser.cpp -o create_mads
|