Skip to content

Commit 6aecc26

Browse files
committed
add GNU make note
1 parent e29e4d3 commit 6aecc26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib-abi/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ all: $(PROGS)
22

33
include ../Makefile.common
44

5+
# Assumes GNU make.
56
ifeq ($(UNAME_S),Darwin)
67
PROGS=
78
else

0 commit comments

Comments
 (0)