From 5bbe29d3b8e5c249bb6e05fa46afc5fda1e4c38b Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Sat, 22 Feb 2025 15:36:45 +0100 Subject: makefile: Define all phony targets --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8014b02..d085432 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ include config.mk +.PHONY: all test clean install uninstall + all: $(MAKE) -C src all -.PHONY: test clean - test: all $(MAKE) -C tests -- cgit v1.2.3