Changed CC and AR in demo makefiles to make cross compiling the demo applications easier.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#Makefile to build BACnet Application for the Linux Port
|
||||
|
||||
# Compiler to use
|
||||
CC := gcc
|
||||
# tools - only if you need them.
|
||||
# Most platforms have this already defined
|
||||
# CC = gcc
|
||||
|
||||
# Executable file name
|
||||
TARGET = bacrd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user