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

fixed makefile

parent dc95c1b9
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@ TARGET = padres.xml
all : ${TARGET}
mkdir etc
ln ${TARGET} etc/${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