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

Update Makefile

parent 557e52d3
No related branches found
No related tags found
No related merge requests found
NAME = fbelt-srv
MAIN = fbelt.py
DIRNAME = $(NAME:-srv=)
MAIN = $(shell basename `find src/ -iname $(NAME:-srv=.py)`)
PY_FILES += $(wildcard src/*.py)
default: bin ${PY_FILES}
......
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