Skip to content

Commit

Permalink
Directory cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
hellige committed May 15, 2012
1 parent 78d0950 commit bc05fbc
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 21 deletions.
12 changes: 6 additions & 6 deletions Makefile
Expand Up @@ -46,14 +46,14 @@ $(MAIN_O):out/%.o: $(MAIN_DIR)/%.c
colortest.img: colortest.dasm masm colortest.img: colortest.dasm masm
./masm $< $@ ./masm $< $@


out/boot.img: goforth.dasm masm out/boot.img: forth/goforth.dasm masm
m4 $< > out/goforth.s m4 $< > out/goforth.s
./masm out/goforth.s $@ ./masm out/goforth.s $@


goforth.img: goforth.ft asm.ft disasm.ft out/boot.img dcpu goforth.img: forth/goforth.ft forth/asm.ft forth/disasm.ft out/boot.img dcpu
cat goforth.ft | ./dcpu -k 10000 out/boot.img > /dev/null cat forth/goforth.ft | ./dcpu -k 10000 out/boot.img > /dev/null
cat asm.ft | ./dcpu -k 10000 core.img > /dev/null cat forth/asm.ft | ./dcpu -k 10000 core.img > /dev/null
cat disasm.ft | ./dcpu -k 10000 core.img > /dev/null cat forth/disasm.ft | ./dcpu -k 10000 core.img > /dev/null
mv core.img $@ mv core.img $@


clean: clean:
Expand All @@ -62,7 +62,7 @@ clean:
-rm -f out/goforth.s -rm -f out/goforth.s


spotless: clean spotless: clean
-rm -f $(ALL_O:.o=.d) -rm -rf out


-include $(ALL_O:.o=.d) -include $(ALL_O:.o=.d)


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 0 additions & 15 deletions quine.dasm

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bc05fbc

Please sign in to comment.