Added clean target

This commit is contained in:
Lars Immisch 2013-08-14 10:32:03 +02:00
parent 2e06b64e1a
commit ff5125118a
1 changed files with 3 additions and 0 deletions

View File

@ -10,3 +10,6 @@ config.py: config.py.in
sed -e 's,@pkgsysconfdir@,$(pkgsysconfdir),g' $< >$@
all-local: config.py
clean:
rm config.py