commit bf13d267da0f15d31670f0a67d8ebbc67a47a736 parent 0240d7f79459102562713d0e2fdb8f1355fdf44b Author: hhvn <dev@hhvn.uk> Date: Thu, 14 Apr 2022 21:45:52 +0100 Phony-fy misc targets Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -87,4 +87,4 @@ clean: .c.o: $(CC) $(CFLAGS) -c $< -o $@ -.PHONY: all misc clean install uninstall +.PHONY: all misc clean install uninstall misc misc-install misc-uninstall