summaryrefslogtreecommitdiff
path: root/cad/src/experimental/demoapp_0.1/Makefile
blob: 8ec4c8840719e7ae92eacb709359a0e2fe0a3a0d (plain)
1
2
3
4
5
6
7
8
9
10
# $Id$

all : 
	@echo "Nothing is remade by default -- use one of the explicit make targets."

cleanpyc:
	find . -name \*.pyc -delete

clean: cleanpyc
	rm -f *~ *.o core