Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sven Gestegård Robertz
LabComm
Commits
a39b0e67
Commit
a39b0e67
authored
Feb 17, 2015
by
Sven Gestegård Robertz
Browse files
made distclean depend on clean in lib Makefiles
parent
ea779a59
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/c/Makefile
View file @
a39b0e67
...
...
@@ -6,8 +6,12 @@ all:
for
v
in
$(VERSIONS)
;
do
$(MAKE)
-C
$
${v}
$@
||
exit
1
;
done
.PHONY
:
clean
clean
:
for
v
in
$(VERSIONS)
;
do
$(MAKE)
-C
$
${v}
$@
||
exit
1
;
done
.PHONY
:
distclean
distclean
:
distclean
:
for
v
in
$(VERSIONS)
;
do
$(MAKE)
-C
$
${v}
$@
||
exit
1
;
done
rm
-f
*
.o
*
.so
*
.so.1
*
.a
lib/java/Makefile
View file @
a39b0e67
...
...
@@ -52,6 +52,6 @@ clean:
rm
-rf
gen
.PHONY
:
distclean
distclean
:
distclean
:
clean
rm
-rf
labcomm.jar labcomm2006.jar labcomm2014.jar
Write
Preview
Supports
Markdown
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