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

another fix for incremental build

parent 41d76e0c
No related branches found
Tags 1.0.59
No related merge requests found
......@@ -2,7 +2,7 @@ TARGET = elettra.xml
all : ${TARGET}
mkdir -p etc
ln ${TARGET} etc/${TARGET}
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