From c962e6bfd6905bf463f4147ae41c77bf6dfb8bb4 Mon Sep 17 00:00:00 2001 From: Nick Papior Date: Tue, 16 Apr 2019 21:33:43 +0200 Subject: [PATCH] bld: fixed clean Signed-off-by: Nick Papior --- src/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.inc b/src/Makefile.inc index 095c8bd..eccb0a8 100644 --- a/src/Makefile.inc +++ b/src/Makefile.inc @@ -49,7 +49,7 @@ source-src: $(src_SOURCES) fdict.inc clean-src: -rm -f $(src_FPP_SOURCES) -rm -f $(src_OBJECTS) - -rm -f *.mod + -rm -f *.mod fdict.inc -rm -f $(call addpresuf,dictionary_,_.inc, funcs interface) -rm -f $(call addpresuf,variable_,_.inc, nullify delete content funcs interface declarations declarations2) -rm -f $(call addpresuf,variable_variable_,_.inc, set alloc assoc)