mirror of
https://github.com/ksherlock/host-fst.git
synced 2025-02-17 02:30:31 +00:00
non-code tweaks
This commit is contained in:
parent
d418e499a1
commit
17b1a8a3f2
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.o
|
||||||
|
.lst
|
4
Makefile
4
Makefile
@ -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
|
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
|
%.o : %.aii
|
||||||
$(ASM) $(ASMFLAGS) $< -o $@
|
$(ASM) $(ASMFLAGS) $< -o $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user