update ex11
[des2015.git] / mart / ex02 / Makefile
1 CFLAGS=$(shell xeno-config --xeno-cflags) -lnative -lrtdk
2 LDFLAGS=$(shell xeno-config --xeno-ldflags)
3
4 BINARIES=$(addprefix ex02,a b c d)
5
6 all: $(BINARIES)
7
8 clean:
9 $(RM) -v $(BINARIES) *.o