Skip to content

Commit

Permalink
Added goal distclean
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Viktorin committed Jun 12, 2012
1 parent f875c3a commit 66bea6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ busio.o: busio.c

clean:
$(Q) $(RM) *.o

distclean: clean
$(Q) $(RM) libdtree.a
$(Q) $(RM) libdtree.so
$(Q) $(RM) busio

0 comments on commit 66bea6f

Please sign in to comment.