Skip to content

Commit c962e6b

Browse files
committed
bld: fixed clean
Signed-off-by: Nick Papior <nickpapior@gmail.com>
1 parent 342896f commit c962e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ source-src: $(src_SOURCES) fdict.inc
4949
clean-src:
5050
-rm -f $(src_FPP_SOURCES)
5151
-rm -f $(src_OBJECTS)
52-
-rm -f *.mod
52+
-rm -f *.mod fdict.inc
5353
-rm -f $(call addpresuf,dictionary_,_.inc, funcs interface)
5454
-rm -f $(call addpresuf,variable_,_.inc, nullify delete content funcs interface declarations declarations2)
5555
-rm -f $(call addpresuf,variable_variable_,_.inc, set alloc assoc)

0 commit comments

Comments
 (0)