From 6f75345ff537cd45dfc95c64b1ba5bfb4046127c Mon Sep 17 00:00:00 2001 From: Marius Tolzmann Date: Sat, 24 Oct 2015 00:54:34 +0200 Subject: [PATCH] Makefile: Add new target nonroot to build non-root mxqd be sure to make clean before running nonroot for the first time --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index f5331ff0..716bc3f3 100644 --- a/Makefile +++ b/Makefile @@ -184,6 +184,10 @@ manpages/%: manpages/%.xml all: build +.PHONY: nonroot +nonroot: CFLAGS += -DRUNASNORMALUSER +nonroot: all + ######################################################################## .PHONY: test