From: Mart Lubbers Date: Thu, 8 Oct 2015 18:07:22 +0000 (+0200) Subject: ex11 start' X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=b805086d67c0e4638e3185f780ebaf822df5de02;hp=684df3dff41d6b109bf1733ac75c347f27afa464;p=des2015.git ex11 start' --- diff --git a/mart/ex11/Makefile b/mart/ex11/Makefile new file mode 100644 index 0000000..027df8c --- /dev/null +++ b/mart/ex11/Makefile @@ -0,0 +1,11 @@ +CFLAGS=$(shell xeno-config --xeno-cflags) +LDFLAGS=$(shell xeno-config --xeno-ldflags)\ + -lnative -lrtdk -Xlinker -rpath\ + -Xlinker $(shell xeno-config --libdir) + +BINARIES=ex11 + +all: $(BINARIES) + +clean: + $(RM) -v $(BINARIES) diff --git a/mart/ex11/ex11.c b/mart/ex11/ex11.c new file mode 100644 index 0000000..e69de29