From b26bc5c7f4bd6492b03d8f61851ee77942a51064 Mon Sep 17 00:00:00 2001 From: Kill Your TV Date: Sat, 20 Dec 2014 20:10:44 +0000 Subject: [PATCH] Add api target --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 62499f29..d8de173a 100644 --- a/Makefile +++ b/Makefile @@ -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