Skip to content

Commit

Permalink
Makefile: Add new target nonroot to build non-root mxqd
Browse files Browse the repository at this point in the history
be sure to make clean before running nonroot for the first time
  • Loading branch information
mariux committed Oct 23, 2015
1 parent 3fb861d commit 6f75345
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ manpages/%: manpages/%.xml

all: build

.PHONY: nonroot
nonroot: CFLAGS += -DRUNASNORMALUSER
nonroot: all

########################################################################

.PHONY: test
Expand Down

0 comments on commit 6f75345

Please sign in to comment.