From 4097ba01653f6c7eb5d46869a014e12e8eb491aa Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 7 Oct 2021 10:26:37 +0200 Subject: Fix Bug in Build Process --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3-70-g09d2