1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-18 16:49:58 +00:00
i2pd/Makefile

10 lines
110 B
Makefile
Raw Normal View History

2013-12-10 08:05:42 -05:00
UNAME := $(shell uname -s)
2013-12-10 08:05:42 -05:00
ifeq ($(UNAME),Darwin)
include Makefile.osx
else
include Makefile.linux
2014-06-02 10:05:04 -04:00
endif