diff --git a/Makefile.osx b/Makefile.osx index f241f31e..f83dc3ff 100644 --- a/Makefile.osx +++ b/Makefile.osx @@ -12,16 +12,6 @@ LIBS = # Found no good way to detect it from command line. TODO: Might be some osx sysinfo magic CXXFLAGS += -maes -DAESNI - -${PREFIX}: - install: all mkdir -p ${PREFIX}/ cp -r i2p ${PREFIX}/ - - - -# Apple Mac OSX -UNAME_S := $(shell uname -s) -ifeq ($(UNAME_S),Darwin) -endif