From: stack Date: Wed, 11 Jul 2012 18:03:49 +0000 (+0200) Subject: Makefile to clean pyc X-Git-Url: https://v.licheni.net/stack/code/dboxswitch.git/commitdiff_plain/8b4c6c9577d3d4ccdcd30c71a334cbc62e71179e Makefile to clean pyc --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a334ad5 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ + +all: + +clean: + rm *.pyc