summaryrefslogtreecommitdiffstats
path: root/ipa-python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-python/Makefile')
-rw-r--r--ipa-python/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipa-python/Makefile b/ipa-python/Makefile
index b11a1f805..525875377 100644
--- a/ipa-python/Makefile
+++ b/ipa-python/Makefile
@@ -15,10 +15,10 @@ install:
clean:
rm -f *~ *.pyc
+distclean: clean
+
.PHONY: test
test: $(subst .py,.tst,$(TESTS))
%.tst: %.py
python $<
-
-