Update README and add clean in Makefile

This commit is contained in:
tzutalin
2016-10-22 10:27:50 +08:00
parent 616435d8a2
commit a550ee426d
2 changed files with 14 additions and 9 deletions
+2
View File
@@ -4,3 +4,5 @@ all: resources.py
%.py: %.qrc
pyrcc4 -o $@ $<
clean: $(shell git clean -fd)