Browse Source

Makefile: set default target ("all")

Fixes compilation on Darwin, see:
https://github.com/PurpleI2P/i2pd/pull/1698#issuecomment-946304938
pull/1700/head
xanoni 3 years ago
parent
commit
efd84a2404
No known key found for this signature in database
GPG Key ID: 2E7CE32A81C3E127
  1. 2
      Makefile

2
Makefile

@ -1,3 +1,5 @@ @@ -1,3 +1,5 @@
.DEFAULT_GOAL := all
SYS := $(shell $(CXX) -dumpmachine)
ifneq (, $(findstring darwin, $(SYS)))

Loading…
Cancel
Save