Skip to content
Snippets Groups Projects
Commit 3f934cf2 authored by Giacomo Strangolino's avatar Giacomo Strangolino
Browse files

fixed makefile

parent ff6fbf26
No related branches found
No related tags found
No related merge requests found
TARGET = padres.xml TARGET = padres.xml
all : ${TARGET} all : ${TARGET}
mkdir etc
ln ${TARGET} etc/${TARGET}
mkdir -p etc mkdir -p etc
ln -f ${TARGET} etc/${TARGET} ln -f ${TARGET} etc/${TARGET}
......
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