diff --git a/Makefile.osx b/Makefile.osx index 98aca703..f241f31e 100644 --- a/Makefile.osx +++ b/Makefile.osx @@ -12,6 +12,15 @@ 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)