5 lines
65 B
Makefile
5 lines
65 B
Makefile
|
# $Id$
|
||
|
|
||
|
all:
|
||
|
g++ -I../.. create_drascula.cpp -o create_drascula
|