aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-22 13:21:37 -0300
committerEuAndreh <eu@euandre.org>2021-01-22 13:21:37 -0300
commit225663807314b1a7cb29b3120e37b1763ffc3cc1 (patch)
treedba6b93f900c6f40c00a8321f76d7d3408f1dc2b
parentMakefile: Add uninstall target (diff)
downloadremembering-225663807314b1a7cb29b3120e37b1763ffc3cc1.tar.gz
remembering-225663807314b1a7cb29b3120e37b1763ffc3cc1.tar.xz
Makefile: Add .PHONY marker to targets
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 017c88f..8cc3420 100644
--- a/Makefile
+++ b/Makefile
@@ -34,3 +34,5 @@ public:
clean:
rm -rf public/
+
+.PHONY: all clean check install uninstall