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

removed redundant Makefile

parent 586dfaba
No related branches found
No related tags found
No related merge requests found
TARGET = launcher_es.conf
all : ${TARGET}
mkdir -p etc
ln -f ${TARGET} etc/${TARGET}
clean :
rm -rf etc
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