From: Mart Lubbers Date: Thu, 1 Oct 2015 18:40:49 +0000 (+0200) Subject: removed binary and ex10b X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=684df3dff41d6b109bf1733ac75c347f27afa464;p=des2015.git removed binary and ex10b --- diff --git a/mart/ex10/Makefile b/mart/ex10/Makefile index c931de6..0940a95 100644 --- a/mart/ex10/Makefile +++ b/mart/ex10/Makefile @@ -3,9 +3,9 @@ LDFLAGS=$(shell xeno-config --xeno-ldflags)\ -lnative -lrtdk -Xlinker -rpath\ -Xlinker $(shell xeno-config --libdir) -BINARIES=ex10a #ex10b ex10d +BINARIES=ex10a ex10d all: $(BINARIES) clean: - $(RM) -v $(BINARIES) *.csv + $(RM) -v $(BINARIES) diff --git a/mart/ex10/ex10a b/mart/ex10/ex10a deleted file mode 100755 index 74c8dfb..0000000 Binary files a/mart/ex10/ex10a and /dev/null differ diff --git a/mart/ex10/ex10b.c b/mart/ex10/ex10b.c deleted file mode 100644 index e69de29..0000000