From 5f2785290620a17c3f41f19df91ba86f28eabf16 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 15 Jul 2023 01:41:25 -0300 Subject: build: remove unnecessary distclean targets This also fixes the duplicate execution of the "clean" targets. --- src/prog.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/prog.mk') diff --git a/src/prog.mk b/src/prog.mk index 70b3629b2..b7ac59785 100644 --- a/src/prog.mk +++ b/src/prog.mk @@ -20,6 +20,3 @@ $(PROG): $(OBJS) $(ROOT)/config.mk .PHONY: clean clean:; rm -fr $(PROG) $(CLEANFILES) - -.PHONY: distclean -distclean: clean -- cgit v1.2.3-54-g00ecf