Fixed make.
This commit is contained in:
parent
ab63c481af
commit
b020c84046
|
@ -1,3 +1,4 @@
|
|||
include GNUmakevars
|
||||
include GNUmakerules
|
||||
|
||||
all: waste
|
||||
|
|
|
@ -10,4 +10,5 @@ then
|
|||
exit 1
|
||||
fi
|
||||
sed -e "s,@@@perl@@@,$perl," < $1 > $2
|
||||
chmod +x $2
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue