--- package/ffnw-hoodselector/src/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 package/ffnw-hoodselector/src/Makefile
diff --git a/package/ffnw-hoodselector/src/Makefile b/package/ffnw-hoodselector/src/Makefile new file mode 100644 index 0000000..3ddc8a5 --- /dev/null +++ b/package/ffnw-hoodselector/src/Makefile @@ -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 -- 2.10.0