aforth

FORTH for Linux x86-64, written in assembly.
git clone git://henryandlizzy.uk/aforth
Log | Files | Refs | README

commit ab2b4567cebd2bec14ee60e5b35b491a37e4a126
parent ba53c0b839d9683f2d7819998e28f12ca3a6c79b
Author: Henry Wilson <henry.wilson@henry-OptiPlex-390>
Date:   Tue, 22 Aug 2017 14:51:28 +0100

improved make clean

Diffstat:
Mmakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/makefile b/makefile @@ -15,3 +15,4 @@ obj/main.o: main.s dictionary.s interpreter.s memory.s boolean.s extras.s macros clean: @rm obj/* + @rm bin/*