aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZane van Iperen <zane@zanevaniperen.com>2021-04-20 20:34:13 +1000
committerZane van Iperen <zane@zanevaniperen.com>2021-04-20 23:05:23 +1000
commit60507fcfdc2c8901d413a83ea7543b1dd1e9ca37 (patch)
treedfbbc1ce85969d45a3dda7c2cafab6b8617f7a90
parent35a03cd7d6bc25d9eeba555900d8e5d462d943e2 (diff)
downloadopenrussian-cli-60507fcfdc2c8901d413a83ea7543b1dd1e9ca37.tar.gz
Makefile: add phony targets
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7a6082a..8fe3880 100644
--- a/Makefile
+++ b/Makefile
@@ -51,3 +51,5 @@ install : openrussian openrussian-sqlite3.db \
clean:
$(RM) openrussian openrussian-sqlite3.db
+
+.PHONY: all check install clean