Browse Source

Update Makefile

pull/252/head
b1ackmai1er 4 years ago
parent
commit
4bd371a36b
  1. 3
      Source/Apps/Dev/Makefile

3
Source/Apps/Dev/Makefile

@ -3,7 +3,8 @@ DEST = ../../../Binary/Apps
TOOLS = ../../../Tools TOOLS = ../../../Tools
OTHERS = *.hex OTHERS = *.hex
NODELETE = *.ovr *.doc *.hlp NODELETE = *.ovr *.doc *.hlp
include $(TOOLS)/Makefile.inc
%.com: USETASM=1 %.com: USETASM=1
include $(TOOLS)/Makefile.inc

Loading…
Cancel
Save