summaryrefslogtreecommitdiffstats
path: root/src/makefiles/Makefile.openbsd
blob: eb86e0b76e43446c5f066dd13241c95bc132ea8f (plain)
1
2
3
4
5
6
rpath = -Wl,-R'$(rpathdir)'


# Rule for building a shared library from a single .o file
%.so: %.o
	$(CC) $(CFLAGS) $< $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@