summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.darwin
blob: 09f270bf7be3bd6ba06b9d1cfe284352f24d2a03 (plain)
1
2
3
4
5
6
7
AROPT = cr
 
DLSUFFIX = .so
CFLAGS_SL = -bundle -undefined suppress
 
%.so: %.o
        $(CC) $(CFLAGS) $(CFLAGS_SL) -o $@ $<