CFLAGS=$(shell xeno-config --xeno-cflags) LDFLAGS=$(shell xeno-config --xeno-ldflags)\ -lnative -lrtdk -Xlinker -rpath\ -Xlinker $(shell xeno-config --libdir) BINARIES=$(addprefix ex08,a b) all: $(BINARIES) clean: $(RM) -v $(BINARIES)