Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
4b79dc68
Commit
4b79dc68
authored
Oct 10, 2017
by
Florian Hölzl
Browse files
Added mrproper (remove generated Makefiles) target to root configure file.
refs 3079
parent
a4e488c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.generator.common/trunk/src/org/fortiss/af3/generator/common/textgen/c/templates/RootConfigureFile.stg
View file @
4b79dc68
...
...
@@ -30,6 +30,10 @@ echo ""
echo "# The default clean target." \>\> \$MF;
echo "clean:" \>\> \$MF;
echo ' @for D in \${DIRS}; do make -C \$\$D clean; done' \>\> \$MF;
echo "# The Mr. Proper build target." \>\> \$MF;
echo "mrproper:" \>\> \$MF;
echo ' @for D in \${DIRS}; do make -C \$\$D mrproper; done' \>\> \$MF;
echo ' @rm Makefile' \>\> \$MF;
# Go down the directory hierarchy.
for D in \$DIRS; do
...
...
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