Skip to content

Commit

Permalink
make distclean target phony
Browse files Browse the repository at this point in the history
  • Loading branch information
moebiusband73 committed Jul 19, 2023
1 parent 04e8279 commit 5923070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 5923070

Please sign in to comment.