remove obsolete files

This commit is contained in:
Stefan Lankes 2011-09-15 21:12:14 +02:00
parent 89eeef276b
commit d552c8058c
2 changed files with 1 additions and 4 deletions

View file

@ -1,3 +0,0 @@
test
hallo
huso

View file

@ -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