Remove clean rules

It's safe enough to just delete the build product directories.
pull/47/head
Craig Tiller 10 years ago
parent b876c68bcc
commit 3759e6f0f1
  1. 4
      Makefile
  2. 11
      templates/Makefile.template

File diff suppressed because one or more lines are too long

@ -624,15 +624,8 @@ ifneq ($(SYSTEM),Darwin)
endif
endif
clean:\
% for lib in libs:
clean_lib${lib.name}\
% endfor
% for tgt in targets:
clean_${tgt.name}\
% endfor
$(Q) $(RM) -r deps objs libs bins gens
clean:
$(Q) $(RM) -rf deps objs libs bins gens
# The various libraries

Loading…
Cancel
Save