From 737eb943b4d38399f01838a4bb6784f64f6cf42e Mon Sep 17 00:00:00 2001 From: clem Date: Tue, 19 Oct 2004 16:01:28 +0000 Subject: Added a clean: target so make clean will succeed --- (limited to 'examples') diff --git a/examples/python/Makefile b/examples/python/Makefile index 00dddbc..b2a5700 100644 --- a/examples/python/Makefile +++ b/examples/python/Makefile @@ -2,4 +2,5 @@ all: install -d $(OPIEDIR)/bin/python/ install -m 0755 *.py $(OPIEDIR)/bin/python/ +clean: -- cgit v0.9.0.2