aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-06-04 04:40:18 -0400
committerMichael Reed <m.reed@mykolab.com>2015-06-04 04:40:18 -0400
commitb18acc17f2f36babb9aa0ed7d6ef8608c6a9d9e8 (patch)
treed89f3c9f6294382ea96d07a583789513bce13a68
parent11129f3f47b6481621a2705847af68b7cea3bb3e (diff)
downloadvis-b18acc17f2f36babb9aa0ed7d6ef8608c6a9d9e8.tar.gz
vis-b18acc17f2f36babb9aa0ed7d6ef8608c6a9d9e8.tar.xz
Use $(MAKE) instead of directly calling `make`
This fixes `make debug` on OpenBSD (and possibly other systems) where /usr/bin/make isn't GNU make.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0477510..31dd931 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ vis: config.h config.mk *.c *.h
@${CC} ${CFLAGS} *.c ${LDFLAGS} -o $@
debug: clean
- @make CFLAGS='${DEBUG_CFLAGS}'
+ @$(MAKE) CFLAGS='${DEBUG_CFLAGS}'
clean:
@echo cleaning