update ex11
[des2015.git] / mart / ex09 / 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=ex09a1 ex09a2 ex09b
7
8 all: $(BINARIES)
9
10 clean:
11 $(RM) -v $(BINARIES)