diff options
author | Zane van Iperen <zane@zanevaniperen.com> | 2021-04-20 20:34:13 +1000 |
---|---|---|
committer | Zane van Iperen <zane@zanevaniperen.com> | 2021-04-20 23:05:23 +1000 |
commit | 60507fcfdc2c8901d413a83ea7543b1dd1e9ca37 (patch) | |
tree | dfbbc1ce85969d45a3dda7c2cafab6b8617f7a90 | |
parent | 35a03cd7d6bc25d9eeba555900d8e5d462d943e2 (diff) | |
download | openrussian-cli-60507fcfdc2c8901d413a83ea7543b1dd1e9ca37.tar.gz |
Makefile: add phony targets
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -51,3 +51,5 @@ install : openrussian openrussian-sqlite3.db \ clean: $(RM) openrussian openrussian-sqlite3.db + +.PHONY: all check install clean |