remove obsolete files
This commit is contained in:
parent
89eeef276b
commit
d552c8058c
2 changed files with 1 additions and 4 deletions
|
@ -1,3 +0,0 @@
|
|||
test
|
||||
hallo
|
||||
huso
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue