Add Makefile phony targets

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-11-15 01:38:25 -04:00
parent 783e017470
commit 9eb483a052

View File

@@ -1,7 +1,7 @@
#!make
include config.env
.PHONY: clean-pyc clean-build
.PHONY: clean clean-pyc clean-build test
help:
@echo "Usage: make <target>\n"