install to ../HBIOS

This commit is contained in:
curt mayer
2020-02-22 20:58:03 -08:00
parent 915cc50228
commit 1bc9a0bcc3
2 changed files with 2 additions and 5 deletions

View File

@@ -16,8 +16,3 @@ include $(TOOLS)/Makefile.inc
%.asm: %.bin
$(BINDIR)/bin2asm $< > $@
clobber::
for i in $(OBJECTS) ; do \
rm -f $(DEST)/$$i ; \
done

View File

@@ -1,4 +1,6 @@
OBJECTS = camel80.bin
TOOLS = ../../Tools
OTHERS = *.rel
DEST = ../HBIOS
include $(TOOLS)/Makefile.inc