aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Makefile
blob: 89d8d06cd5df10781e2b9490e9f33b5be90c36b8 (plain) (blame)
1
2
3
4
.PHONY: clean

clean:
	@echo "    RM     " $(shell find . -iname '*.pyc' -print -delete)