Browse Source

Add api target

pull/118/head
Kill Your TV 10 years ago
parent
commit
b26bc5c7f4
  1. 6
      Makefile

6
Makefile

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

Loading…
Cancel
Save