Browse Source

Update Makefile

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

6
Source/Apps/Dev/Makefile

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

Loading…
Cancel
Save