I should use this thing more often. Unused code magically appears to
break.
master
Luka Vandervelden 2016-05-05 09:49:25 +02:00
parent 19c7a2912e
commit 82da094ca9
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ function binary.clean {
for file in ${src[@]}; do
write -n " ${file%.c}.o.clean"
done
write
write "\t@echo '$(RM ${target})'"
write "\t${Q}rm -f ${target}"