Skip to content

Commit

Permalink
Separate doc cleaning from program cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyg committed Jul 22, 2009
1 parent 71ef3d5 commit 0284146
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 @@ -27,6 +27,8 @@ $(EBIN_DIR):
clean:
rm -f ebin/*.beam
rm -f $(TARGETS)

cleandoc:
rm -f doc/*

dist: all
Expand Down

0 comments on commit 0284146

Please sign in to comment.