CFLAGS=$(shell xeno-config --xeno-cflags) -lnative -lrtdk LDFLAGS=$(shell xeno-config --xeno-ldflags) BINARIES=ex01 ex01b all: $(BINARIES) clean: $(RM) -v $(BINARIES) *.o