add hoodselector respondd Makefile #789
This commit is contained in:
parent
9a32ecb0d7
commit
71541ac88d
6
package/ffnw-hoodselector/src/Makefile
Normal file
6
package/ffnw-hoodselector/src/Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user