Skip to content
Snippets Groups Projects
Commit 38e7890e authored by Lorenzo Pivetta's avatar Lorenzo Pivetta
Browse files

Makefile

parent 03413189
No related branches found
No related tags found
No related merge requests found
TARGET = plr02.xml
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