summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2021-10-07 10:26:37 +0200
committerxengineering <me@xengineering.eu>2021-10-07 10:26:37 +0200
commit4097ba01653f6c7eb5d46869a014e12e8eb491aa (patch)
treecc10d55e9d52cc40a76958342bea2cc132523b0d /Makefile
parent74aa75b1d11d2e99b4fc6060699846ff7f362f96 (diff)
downloadxbackup-4097ba01653f6c7eb5d46869a014e12e8eb491aa.tar
xbackup-4097ba01653f6c7eb5d46869a014e12e8eb491aa.tar.zst
xbackup-4097ba01653f6c7eb5d46869a014e12e8eb491aa.zip
Fix Bug in Build Process
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ab8d6e..f2f5125 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,11 @@ DESTDIR="" # leave empty for the current system or provide a fakeroot here
PREFIX="/usr"
-.PHONY: clean install tarball
+.PHONY: all clean install tarball
+
+
+all:
+ make -C src all
clean: