diff options
| author | Octavian Damiean <[email protected]> | 2012-08-29 13:24:00 +0200 |
|---|---|---|
| committer | Octavian Damiean <[email protected]> | 2012-08-29 13:24:00 +0200 |
| commit | a976a1583c462ddc50ed672c36c1a79a3c6acc4c (patch) | |
| tree | 6f8bd5a99f4f90e1a638fd8bf33ff946538314ec | |
| parent | e27b1355b58331eeb24915bee3e1c9dde4977f17 (diff) | |
| download | bootstrap-a976a1583c462ddc50ed672c36c1a79a3c6acc4c.tar.xz bootstrap-a976a1583c462ddc50ed672c36c1a79a3c6acc4c.zip | |
Added 'clean' directive to the make file.
| -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 # |
