From 5efaad30a9eefece4d798e7d0b99f3adb3322986 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Tue, 3 Aug 2021 20:54:53 +0100 Subject: Fix RISC OS filetyping in zip archive --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f6afce3..1d97959 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ $(realoutput): $(OUTPUT) .PHONY: riscos-dist riscos-dist: $(realoutput) $(Q)$(CP) $(CPFLAGS) $(realoutput) !TTF2f/!RunImage,ff8 - $(Q)$(dir $(CC))zip -9r ttf2f.zip !TTF2f + $(Q)$(dir $(CC))zip -9r, ttf2f.zip !TTF2f $(Q)$(RM) $(RMFLAGS) !TTF2f/!RunImage,ff8 endif -- cgit v1.2.3