diff --git a/newlib/examples/test b/newlib/examples/test deleted file mode 100644 index e7cf92e9..00000000 --- a/newlib/examples/test +++ /dev/null @@ -1,3 +0,0 @@ -test -hallo -huso diff --git a/tools/Makefile b/tools/Makefile index ee97610b..b47cc898 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -7,7 +7,7 @@ LDFLGAS = DEFINES= NASM = nasm NASMFLAGS = -fbin -EXECFILES = $(shell find ../newlib/examples -perm -u+r+x -type f) ../newlib/examples/test +EXECFILES = $(shell find ../newlib/examples -perm -u+r+x -type f) # other implicit rules %.o : %.c