Skip to content
Snippets Groups Projects
Commit 39d4b32c authored by Lorenzo Pivetta's avatar Lorenzo Pivetta
Browse files

Fix path in Makefile

parent 0ee9d005
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ PY_FILES += $(wildcard src/*.py)
default: bin ${PY_FILES}
@cp ${PY_FILES} bin/${DIRNAME}
@echo "#!/bin/bash\nexec ${DIRNAME}/${MAIN}" > bin/${NAME}
@echo "#!/bin/bash\nexec /runtime/bin/${DIRNAME}/${MAIN}" > bin/${NAME}
@chmod +x bin/${NAME} bin/${DIRNAME}/${MAIN}
bin:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment