fix
This commit is contained in:
parent
2174ef0b5d
commit
9f98f54fc8
1 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,6 @@ compilo:
|
|||
@for f in $(wildcard *.$(TARGET)); do \
|
||||
printf "%s: " $$f; \
|
||||
./$(FLAP) -t elf empty.retrolix $$f && \
|
||||
./*.elf; \
|
||||
rm *.elf 2> /dev/null; \
|
||||
./$${f%.*}.elf; \
|
||||
printf "\n"; \
|
||||
done
|
||||
|
|
Reference in a new issue