Bugfix.
I should use this thing more often. Unused code magically appears to break.master
parent
19c7a2912e
commit
82da094ca9
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue