mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02:00
Makefile: set default target ("all")
Fixes compilation on Darwin, see: https://github.com/PurpleI2P/i2pd/pull/1698#issuecomment-946304938
This commit is contained in:
parent
278fd2d8d5
commit
efd84a2404
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -1,3 +1,5 @@
|
||||||
|
.DEFAULT_GOAL := all
|
||||||
|
|
||||||
SYS := $(shell $(CXX) -dumpmachine)
|
SYS := $(shell $(CXX) -dumpmachine)
|
||||||
|
|
||||||
ifneq (, $(findstring darwin, $(SYS)))
|
ifneq (, $(findstring darwin, $(SYS)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue