diff --git a/Makefile b/Makefile index 41372dc1..28aa5a63 100644 --- a/Makefile +++ b/Makefile @@ -4,5 +4,3 @@ all: resources.py %.py: %.qrc pyrcc4 -o $@ $< -clean: $(shell git clean -fd) -