Fix echo Makefile bug

This commit is contained in:
2023-01-12 11:47:48 +01:00
parent 15f400f376
commit 4814035b62
4 changed files with 9 additions and 7 deletions

View File

@ -54,7 +54,7 @@ bin/res/%.o: bin/res/%.txt
bin/res/%.txt: res/%.*
cp $^ $@
echo -ne "\x00" >> $@
/bin/echo -ne "\x00" >> $@
bin/sesimos: bin/server.o bin/logger.o bin/cache_handler.o bin/async.o bin/workers.o \
bin/worker/request_handler.o bin/worker/tcp_acceptor.o \