diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -48,7 +48,8 @@ SHELL:=/bin/bash rm -f bin/nxproxy; \ fi -all: build +all: + ${MAKE} build test: echo "No testing for NX (redistributed)" |