CFLAGS=$(shell xeno-config --xeno-cflags) LDFLAGS=$(shell xeno-config --xeno-ldflags)\ -lnative -lrtdk -Xlinker -rpath\ -Xlinker $(shell xeno-config --libdir) BINARIES=ex10a #ex10b ex10d all: $(BINARIES) clean: $(RM) -v $(BINARIES) *.csv