Skip to content

Commit

Permalink
add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
retrofox committed Aug 9, 2012
1 parent 65eeddc commit 612e9a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
@@ -0,0 +1,8 @@

test/out.js: dropdown.js dropdown.css
component build package.json test/out

clean:
rm -f test/out.{js,css}

.PHONY: clean

0 comments on commit 612e9a4

Please sign in to comment.