0511f0e9d1c112fa00cbf88d00031ea4d51c3dd0
[des2015.git] / natanael / 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