From 6a5244a291157b430d8209447aeb575e348523d7 Mon Sep 17 00:00:00 2001 From: XProger Date: Sat, 30 Apr 2022 04:23:40 +0300 Subject: [PATCH] #416 fix src-md clean --- src/platform/32x/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platform/32x/Makefile b/src/platform/32x/Makefile index f79eb96..bbc4d90 100644 --- a/src/platform/32x/Makefile +++ b/src/platform/32x/Makefile @@ -88,4 +88,5 @@ $(BUILD)/%.o: ../../fixed/%.cpp $(SHXX) $(SHCCFLAGS) $(INCPATH) -o $@ $< clean: + make clean -C src-md $(RM) $(BUILD)/* $(TARGET).32x $(TARGET).elf