Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
a976a158
Commit
a976a158
authored
12 years ago
by
Octavian Damiean
Browse files
Options
Download
Email Patches
Plain Diff
Added 'clean' directive to the make file.
parent
e27b1355
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+7
-0
Makefile
with
7 additions
and
0 deletions
+7
-0
Makefile
+
7
-
0
View file @
a976a158
...
...
@@ -50,6 +50,13 @@ test:
kill
-9
`
cat
js/tests/pid.txt
`
rm
js/tests/pid.txt
#
# CLEANS THE ROOT DIRECTORY OF PRIOR BUILDS
#
clean
:
rm
-r
bootstrap
#
# BUILD SIMPLE BOOTSTRAP DIRECTORY
# recess & uglifyjs are required
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets