]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build-sys: add missing Makefile symlink
authorLennart Poettering <lennart@poettering.net>
Tue, 13 Dec 2016 12:03:03 +0000 (13:03 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 21 Dec 2016 18:09:29 +0000 (19:09 +0100)
This way we can just type "make" in the .mkosi/ directory and the right thing
happens.

.mkosi/Makefile [new symlink]

diff --git a/.mkosi/Makefile b/.mkosi/Makefile
new file mode 120000 (symlink)
index 0000000..bd10475
--- /dev/null
@@ -0,0 +1 @@
+../src/Makefile
\ No newline at end of file