make distclean target phony

This commit is contained in:
Jan Eitzinger 2023-07-19 09:04:46 +02:00
parent 04e8279ae4
commit 5923070191

View File

@ -28,7 +28,7 @@ SVELTE_SRC = $(wildcard $(FRONTEND)/src/*.svelte) \
$(wildcard $(FRONTEND)/src/plots/*.svelte) \ $(wildcard $(FRONTEND)/src/plots/*.svelte) \
$(wildcard $(FRONTEND)/src/joblist/*.svelte) $(wildcard $(FRONTEND)/src/joblist/*.svelte)
.PHONY: clean test tags frontend $(TARGET) .PHONY: clean distclean test tags frontend $(TARGET)
.NOTPARALLEL: .NOTPARALLEL: