APUE course source code
guowenxue
2025-12-19 ea0d38e43e09982679585f6d679e12d79c4389d5
project/4.mqttd/booster/makefile
@@ -11,9 +11,7 @@
#
#*******************************************************************************
PWD=$(shell pwd )
CFLAGS += -Wno-format-overflow
PWD=$(shell pwd)
BUILD_ARCH=$(shell uname -m)
ifneq ($(findstring $(BUILD_ARCH), "x86_64" "i386"),)