add hoodselector respondd Makefile #789

This commit is contained in:
Jan-Tarek Butt 2016-09-25 02:26:28 +02:00 committed by Jan-Philipp Litza
parent 9a32ecb0d7
commit 71541ac88d

View File

@ -0,0 +1,6 @@
all: respondd.so
CFLAGS += -Wall
respondd.so: respondd.c
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -shared -fPIC -D_GNU_SOURCE -o $@ $^ $(LDLIBS) -lgluonutil -luci