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

Add Makefile for inau

parent 3b3bc0df
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
NAME_SRV = gof-gateway-srv
PY_FILES += $(wildcard src/*.py)
default: bin ${PY_FILES}
@cp src/${NAME_SRV} ${PY_FILES} bin/
bin:
@test -d $@ || mkdir $@
clean:
@rm -fr bin/ src/*~
.PHONY: clean
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