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