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.41
No related merge requests found
...@@ -2,7 +2,7 @@ TARGET = elettra.xml ...@@ -2,7 +2,7 @@ TARGET = elettra.xml
all : ${TARGET} all : ${TARGET}
mkdir -p etc mkdir -p etc
ln ${TARGET} etc/${TARGET} ln -f ${TARGET} etc/${TARGET}
clean : clean :
rm -rf etc 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