From 592307019137789da4d0242ec0ad8070b40c33ea Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Wed, 19 Jul 2023 09:04:46 +0200 Subject: [PATCH] make distclean target phony --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 455ce3c..23d406d 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ SVELTE_SRC = $(wildcard $(FRONTEND)/src/*.svelte) \ $(wildcard $(FRONTEND)/src/plots/*.svelte) \ $(wildcard $(FRONTEND)/src/joblist/*.svelte) -.PHONY: clean test tags frontend $(TARGET) +.PHONY: clean distclean test tags frontend $(TARGET) .NOTPARALLEL: