d8c32639e4
Delete trailing whitespace at the ends of lines; ensure files have newlines at the end. Signed-off-by: Dan Cross <patchdev@fat-dragon.org>
9 lines
239 B
Plaintext
9 lines
239 B
Plaintext
CC:= gcc
|
|
CFLAGS:= -std=gnu99 -I/usr/local/include
|
|
LIBS:= -L/usr/local/lib -lsqlite3 -lm -ldl -lssl -lcrypto -lssh -lmosquitto -lnsl -lsocket
|
|
|
|
DEPS_LUA_TARGET:= solaris
|
|
DEPS_JAMLIB_MAKEFILE:= Makefile.sunos
|
|
|
|
include GNUmakefile.common
|