From 60507fcfdc2c8901d413a83ea7543b1dd1e9ca37 Mon Sep 17 00:00:00 2001 From: Zane van Iperen Date: Tue, 20 Apr 2021 20:34:13 +1000 Subject: Makefile: add phony targets --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3