update ex11
[des2015.git] / mart / ex10 / Makefile
1 CFLAGS=$(shell xeno-config --xeno-cflags)
2 LDFLAGS=$(shell xeno-config --xeno-ldflags)\
3 -lnative -lrtdk -Xlinker -rpath\
4 -Xlinker $(shell xeno-config --libdir)
5
6 BINARIES=ex10a ex10d1 ex10d2
7
8 all: $(BINARIES)
9
10 clean:
11 $(RM) -v $(BINARIES)