Skip to content

Commit

Permalink
add make rule
Browse files Browse the repository at this point in the history
  • Loading branch information
retrofox committed Aug 20, 2012
1 parent eaff0dc commit d1af836
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Expand Up @@ -7,4 +7,9 @@ components:
clean:
rm -fr build components

all:
clear
make clean
make build

.PHONY: clean

0 comments on commit d1af836

Please sign in to comment.