Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos.buildout
Commits
f3a79c31
Commit
f3a79c31
authored
Aug 20, 2012
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add a `make clean`
parent
b0a6d174
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
.gitignore
.gitignore
+1
-0
Makefile
Makefile
+4
-0
No files found.
.gitignore
View file @
f3a79c31
...
...
@@ -3,6 +3,7 @@ bin/
build/
develop-eggs/
eggs/
parts/
python/
*.pyc
*.egg
...
...
Makefile
View file @
f3a79c31
...
...
@@ -13,6 +13,7 @@ endif
PYTHON_DOWNLOAD
?=
http://www.python.org/ftp/python/
$(PYTHON_MINOR)
/Python-
$(PYTHON_MINOR)
.tgz
.PHONY
:
all build test
BUILD_DIRS
=
$(PYTHON_PATH)
bin build develop-eggs eggs parts
all
:
build
...
...
@@ -30,5 +31,8 @@ $(PYTHON_PATH):
build
:
$(PYTHON_PATH)
$(PYTHON_PATH)
/bin/python dev.py
clean
:
rm
-rf
$(BUILD_DIRS)
test
:
$(HERE)
/bin/test
-v
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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