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