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