Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-ganeti
Commits
050b0c38
Commit
050b0c38
authored
Apr 20, 2009
by
Iustin Pop
Browse files
Fix the makefile clean rule
Use the $HPROGS variable instead of hardcoding the program names.
parent
017382b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
050b0c38
...
...
@@ -29,7 +29,7 @@ doc: $(DOCS)
$(HSRCS)
clean
:
rm
-f
hbal hn1
rm
-f
$(HPROGS)
rm
-f
*
.o
*
.prof
*
.ps
*
.stat
*
.aux
*
.hi
cd
Ganeti/HTools
&&
rm
-f
*
.o
*
.prof
*
.ps
*
.stat
*
.aux
*
.hi
rm
-f
$(DOCS)
TAGS Ganeti/HTools/Version.hs
...
...
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