Makefile   [plain text]


all: 
	cd src/ ; make

clean: 
	rm -f *~
	rm -f include/*~
	rm -f scripts/*~
	cd src/ ; make clean