mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
5 lines
61 B
Makefile
5 lines
61 B
Makefile
# $Id$
|
|
|
|
all:
|
|
g++ -I../.. main.cpp parser.cpp -o create_mads
|