From: Lennart Poettering Date: Tue, 13 Dec 2016 12:03:03 +0000 (+0100) Subject: build-sys: add missing Makefile symlink X-Git-Tag: v233~237^2~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7e1577cd49b270e74201dc7213adfa74f710845;p=thirdparty%2Fsystemd.git build-sys: add missing Makefile symlink This way we can just type "make" in the .mkosi/ directory and the right thing happens. --- diff --git a/.mkosi/Makefile b/.mkosi/Makefile new file mode 120000 index 00000000000..bd1047548bd --- /dev/null +++ b/.mkosi/Makefile @@ -0,0 +1 @@ +../src/Makefile \ No newline at end of file