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