Browse Source

* cleanup : remove 100% garbage in Makefile.osx

pull/117/head
hagen 10 years ago
parent
commit
01bb492faf
  1. 10
      Makefile.osx

10
Makefile.osx vendored

@ -12,16 +12,6 @@ LIBS = @@ -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

Loading…
Cancel
Save