Skip to content

Commit

Permalink
bld: fixed clean
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Apr 16, 2019
1 parent 342896f commit c962e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c962e6b

Please sign in to comment.