From 2e59c96af6eb23c85fc13f4a643d10d5a6a719dd Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Wed, 12 Jun 2013 12:45:11 +0900 Subject: [PATCH] add clean task --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.in b/Makefile.in index 823c161..401feff 100644 --- a/Makefile.in +++ b/Makefile.in @@ -8,3 +8,6 @@ python: install: python mkdir -p "$(PREFIX)/bin" install -m 755 $< "$(PREFIX)/bin/python" + +clean: + rm -f python