a04ea305669d3704bbf1ed45ee421a215d017296
[des2015.git] / mart / ex08 / 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=$(addprefix ex08,a b)
7
8 all: $(BINARIES)
9
10 clean:
11 $(RM) -v $(BINARIES)