Browse Source

Update Makefile

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

6
Source/Apps/Dev/Makefile

@ -1,10 +1,10 @@
OBJECTS = Dev.com
DOCS = Dev.doc
OBJECTS = dev.com
DOCS = dev.doc
DEST = ../../../Binary/Apps
DOCDEST = ../../../Binary/Apps
TOOLS = ../../../Tools
include $(TOOLS)/Makefile.inc
Dev.com: USETASM=1
dev.com: USETASM=1

Loading…
Cancel
Save