non-code tweaks

This commit is contained in:
Kelvin Sherlock 2017-02-18 13:57:42 -05:00
parent d418e499a1
commit 17b1a8a3f2
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.o
.lst

View File

@ -22,7 +22,9 @@ host.driver.o : host.driver.aii gsos.equ
host.fst.o : host.fst.aii gsos.equ fst.equ records.equ fst.macros
.PHONY : clean
clean :
$(RM) -- host.fst host.driver *.o
%.o : %.aii
$(ASM) $(ASMFLAGS) $< -o $@