TARGET = liborch90.so
 
CFLAGS += -fPIC
LDFLAGS += -shared

_OBJS = orch90.o

include ../Makefile.common

$(ODIR)/orch90.o: orch90.c orch90.h
