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