nash/Makefile

7 lines
65 B
Makefile
Raw Normal View History

2010-11-02 16:54:28 +01:00
all:
g++ -o nash main.cpp nash.cpp -g
clean:
rm tags
rm nash