ex11 start'
authorMart Lubbers <mart@martlubbers.net>
Thu, 8 Oct 2015 18:07:22 +0000 (20:07 +0200)
committerMart Lubbers <mart@martlubbers.net>
Thu, 8 Oct 2015 18:07:22 +0000 (20:07 +0200)
mart/ex11/Makefile [new file with mode: 0644]
mart/ex11/ex11.c [new file with mode: 0644]

diff --git a/mart/ex11/Makefile b/mart/ex11/Makefile
new file mode 100644 (file)
index 0000000..027df8c
--- /dev/null
@@ -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 (file)
index 0000000..e69de29