5 lines
61 B
Makefile
5 lines
61 B
Makefile
|
# $Id$
|
||
|
|
||
|
all:
|
||
|
g++ -I../.. main.cpp parser.cpp -o create_mads
|