* Add simple Makefile.
[matthijs/ABM2.git] / ABM2 / Makefile
1 all: main.o
2
3 %.o: %.cpp
4         g++ -c $< -o $@
5
6 clean:
7         rm -f *.o