Skip to content

Commit

Permalink
Makefile: make clean should not remove sources
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Jul 5, 2019
1 parent 3a3429e commit 676da60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ clean:
echo "(cd $$i && $(MAKE) $@)"; \
(cd $$i && $(MAKE) $@); \
done

distclean:
-rm $(GMICSRC) $(GMICSOURCES) $(GITSOURCES)

install:
Expand Down

0 comments on commit 676da60

Please sign in to comment.