Commit 8a3605ff authored by Mike Gabriel's avatar Mike Gabriel

Makefile: Make sure that 'make all' only calls 'make build' and _not_ the global…

Makefile: Make sure that 'make all' only calls 'make build' and _not_ the global '%:' ruleset afterwards.
parent f843d1b1
......@@ -48,7 +48,8 @@ SHELL:=/bin/bash
rm -f bin/nxproxy; \
fi
all: build
all:
${MAKE} build
test:
echo "No testing for NX (redistributed)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment