diff options
| author | ♒∆✝ <[email protected]> | 2012-09-04 19:54:16 -0700 |
|---|---|---|
| committer | ♒∆✝ <[email protected]> | 2012-09-04 19:54:16 -0700 |
| commit | 9d890a84124e50a89f135a0ab383733d749ec34d (patch) | |
| tree | daca3e86ab3aa879b59981881cd296f76dcf8972 | |
| parent | 7e4629fbbec63bda9986023dd29879d2565e570e (diff) | |
| parent | a976a1583c462ddc50ed672c36c1a79a3c6acc4c (diff) | |
| download | bootstrap-9d890a84124e50a89f135a0ab383733d749ec34d.tar.xz bootstrap-9d890a84124e50a89f135a0ab383733d749ec34d.zip | |
Merge pull request #4810 from mainerror/2.1.1-wip
Makefile misses a 'clean' directive
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -51,6 +51,13 @@ test: rm js/tests/pid.txt # +# CLEANS THE ROOT DIRECTORY OF PRIOR BUILDS +# + +clean: + rm -r bootstrap + +# # BUILD SIMPLE BOOTSTRAP DIRECTORY # recess & uglifyjs are required # |
