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

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

clean :
	rm -rf etc