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