From 152ea60e89aa98f1260e363efb0992833e48d140 Mon Sep 17 00:00:00 2001 From: "Mia von Steinkirch, PhD, MSc" <1130416+bt3gl@users.noreply.github.com> Date: Mon, 10 Feb 2020 11:38:04 -0800 Subject: [PATCH] Fix phony in Makefile --- CLI_app/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLI_app/Makefile b/CLI_app/Makefile index 1cf0bbc..102e582 100644 --- a/CLI_app/Makefile +++ b/CLI_app/Makefile @@ -1,4 +1,4 @@ -.PHONY: clean-pyc +.PHONY: clean-pyc clean-dit clean test dist version default: test