Skip to content
Snippets Groups Projects
Commit 50f738d8 authored by Claudio Scafuri's avatar Claudio Scafuri :speech_balloon:
Browse files

fix makefile for INAU

parent 467623d1
No related branches found
Tags 1.0.4
No related merge requests found
...@@ -17,3 +17,4 @@ core* ...@@ -17,3 +17,4 @@ core*
software software
oldsrc oldsrc
CVS CVS
*-srv
NAME_SRV=gof-gateway
PY_FILES += $(wildcard src/*.py) PY_FILES += $(wildcard src/*.py)
default: bin ${PY_FILES} default: bin/${NAME_SRV} ${PY_FILES}
@cp src/${NAME_SRV} ${PY_FILES} bin/ @cp ${PY_FILES} bin/${NAME_SRV}
bin: bin/${NAME_SRV}:
@test -d $@ || mkdir $@ @test -d $@ || mkdirhier $@
clean: clean:
@rm -fr bin/ src/*~ @rm -fr bin/ src/*~
......
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