mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
1ec8728ab0
Issue #82
10 lines
110 B
Makefile
10 lines
110 B
Makefile
|
|
UNAME := $(shell uname -s)
|
|
|
|
ifeq ($(UNAME),Darwin)
|
|
include Makefile.osx
|
|
else
|
|
include Makefile.linux
|
|
endif
|
|
|