make: Replace some executables by absolute paths to improve performance
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
172f7fac01
commit
f5c43f706a
54 changed files with 134 additions and 137 deletions
|
|
@ -18,7 +18,7 @@ clean: clean.yapp
|
|||
distclean:
|
||||
|
||||
clean.yapp:
|
||||
rm -f main.cpp
|
||||
$(RM) -f main.cpp
|
||||
|
||||
main.cpp: $(YAPP_CLASS_H)
|
||||
echo "#include \"$<\"" > $@.tmp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue