Skip to content
Snippets Groups Projects
Makefile 104 B
Newer Older
Lorenzo Pivetta's avatar
Lorenzo Pivetta committed
TARGET = elettra.xml

all : ${TARGET}
	mkdir -p etc
	ln -f ${TARGET} etc/${TARGET}
Lorenzo Pivetta's avatar
Lorenzo Pivetta committed

clean :
	rm -rf etc