fixed makefile

This commit is contained in:
Maxim Devaev 2024-03-01 04:21:45 +02:00
parent cacec0d25c
commit 8edeff8160

View File

@ -36,8 +36,8 @@ endif
apps:
$(MAKE) -C src
for i in src/ustreamer.bin src/ustreamer-*.bin; do \
test ! -x $$i || ln -sf $$i .; \
for i in src/*.bin; do \
test ! -x $$i || ln -sf $$i `basename $$i .bin`; \
done