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
pwmt
zathura
Commits
58c2ee7d
Commit
58c2ee7d
authored
Mar 18, 2011
by
Moritz Lipp
Browse files
Updated Makefile
parent
5601b9bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
ft/Makefile
View file @
58c2ee7d
...
...
@@ -6,7 +6,7 @@ all:
@
for
dir
in
${SUBDIRS}
;
do
${MAKE}
-C
$
${dir}
;
done
debug
:
@
for
dir
in
${SUBDIRS}
;
do
${MAKE}
-C
$
${dir}
clean
;
done
@
for
dir
in
${SUBDIRS}
;
do
${MAKE}
-C
$
${dir}
debug
;
done
clean
:
@
for
dir
in
${SUBDIRS}
;
do
${MAKE}
-C
$
${dir}
clean
;
done
...
...
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