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 ...@@ -48,7 +48,8 @@ SHELL:=/bin/bash
rm -f bin/nxproxy; \ rm -f bin/nxproxy; \
fi fi
all: build all:
${MAKE} build
test: test:
echo "No testing for NX (redistributed)" 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