Skip to content
Snippets Groups Projects
Commit 8be405bc authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

add Makefile for respondd hoodselector section

parent 9903de21
No related branches found
No related tags found
No related merge requests found
all: respondd.so
CFLAGS += -Wall
respondd.so: respondd.c
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -shared -fPIC -D_GNU_SOURCE -o $@ $^ $(LDLIBS) -lgluonutil -luci
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment