remove files
This commit is contained in:
parent
e08142a9d2
commit
cfc666040c
21
Makefile
21
Makefile
@ -1,21 +0,0 @@
|
|||||||
version = $(shell git describe --dirty || echo dev)
|
|
||||||
curl=no
|
|
||||||
|
|
||||||
ifneq ($(curl),no)
|
|
||||||
flags=-DUSE_CURL -lcurl
|
|
||||||
else
|
|
||||||
flags=
|
|
||||||
endif
|
|
||||||
|
|
||||||
all: push.so
|
|
||||||
|
|
||||||
push.so: push.cpp
|
|
||||||
CXXFLAGS="$(CXXFLAGS) -DPUSHVERSION=\"\\\"$(version)\\\"\" $(flags)" LIBS="$(LIBS) $(flags)" \
|
|
||||||
znc-buildmod push.cpp
|
|
||||||
|
|
||||||
install: push.so
|
|
||||||
mkdir -p $(HOME)/.znc/modules/
|
|
||||||
cp push.so $(HOME)/.znc/modules/push.so
|
|
||||||
|
|
||||||
clean:
|
|
||||||
-rm -f push.so
|
|
Loading…
Reference in New Issue
Block a user