diff --git a/Makefile b/Makefile new file mode 100644 index 000000000..d22c47dd4 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +all: + @echo "(Nothing to do)" + +install: + install -D -t $(DESTDIR)/usr/libexec -m 0755 coreos-installer + for x in dracut/*; do install -D -t $(DESTDIR)/usr/lib/dracut/modules.d/$$(basename $$x) $$x/*; done