diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-22 13:21:37 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-22 13:21:37 -0300 |
| commit | 225663807314b1a7cb29b3120e37b1763ffc3cc1 (patch) | |
| tree | dba6b93f900c6f40c00a8321f76d7d3408f1dc2b /Makefile | |
| parent | Makefile: Add uninstall target (diff) | |
| download | remembering-225663807314b1a7cb29b3120e37b1763ffc3cc1.tar.gz remembering-225663807314b1a7cb29b3120e37b1763ffc3cc1.tar.xz | |
Makefile: Add .PHONY marker to targets
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,3 +34,5 @@ public: clean: rm -rf public/ + +.PHONY: all clean check install uninstall |
