mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
install to ../HBIOS
This commit is contained in:
@@ -16,8 +16,3 @@ include $(TOOLS)/Makefile.inc
|
||||
|
||||
%.asm: %.bin
|
||||
$(BINDIR)/bin2asm $< > $@
|
||||
|
||||
clobber::
|
||||
for i in $(OBJECTS) ; do \
|
||||
rm -f $(DEST)/$$i ; \
|
||||
done
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
OBJECTS = camel80.bin
|
||||
TOOLS = ../../Tools
|
||||
OTHERS = *.rel
|
||||
DEST = ../HBIOS
|
||||
|
||||
include $(TOOLS)/Makefile.inc
|
||||
|
||||
Reference in New Issue
Block a user