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

Add Makefile for inau

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