Browse Source

install to ../HBIOS

pull/85/head
curt mayer 6 years ago
parent
commit
1bc9a0bcc3
  1. 5
      Source/Fonts/Makefile
  2. 2
      Source/Forth/Makefile

5
Source/Fonts/Makefile

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

2
Source/Forth/Makefile

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

Loading…
Cancel
Save