diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e62d6f7 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +FOLDERS = if-down.d if-pre-up.d if-up.d +DEST=/etc/network + +all: $(foreach f, $(FOLDERS), link-file-$(f)) + + +link-file-%: % + @ln -snf $(CURDIR)/$