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