Updated GNU make Makefile for cross compile by changing CC=gcc to CC:=gcc.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#Makefile to build BACnet Application for the Linux Port
|
||||
|
||||
# Compiler to use
|
||||
CC = gcc
|
||||
CC := gcc
|
||||
# Executable file name
|
||||
TARGET = bacawf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user