kvisc/Makefile

16 lines
323 B
Makefile

# The OS/K Team licenses this file to you under the MIT license.
# See the LICENSE file in the project root for more information.
all: kas
# kas
kpc:
@cd pc && make --no-print-directory
kas: kpc as/k-as.py as/regs.lst as/testfile.asm
@cp pc/instrs.lst as
test:
@cd as && ./k-as.py testfile.asm 0x100000 testout.out