1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-11 13:27:52 +00:00

Add api target

This commit is contained in:
Kill Your TV 2014-12-20 20:10:44 +00:00
parent e4cc15d19e
commit b26bc5c7f4

View File

@ -21,10 +21,9 @@ else # win32
DAEMON_SRC += DaemonWin32.cpp
endif
all: obj $(SHLIB) $(I2PD)
all: $(SHLIB) $(I2PD)
obj:
mkdir -p obj
api: $(SHLIB)
## NOTE: The NEEDED_CXXFLAGS are here so that CXXFLAGS can be specified at build time
## **without** overwriting the CXXFLAGS which we need in order to build.
@ -60,3 +59,4 @@ dist:
.PHONY: all
.PHONY: clean
.PHONY: dist
.PHONY: api