i2pd/Makefile

11 lines
161 B
Makefile
Raw Normal View History

UNAME := $(shell uname -s)
2013-12-10 17:05:42 +04:00
ifeq ($(UNAME),Darwin)
include Makefile.osx
2014-08-11 17:51:53 +04:00
else ifeq ($(UNAME), FreeBSD)
include Makefile.bsd
else
include Makefile.linux
2014-06-02 18:05:04 +04:00
endif