mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
11 lines
180 B
Makefile
11 lines
180 B
Makefile
OBJECTS = htalk.com
|
|
#DOCS = htalk.txt
|
|
DEST = ../../../Binary/Apps
|
|
DOCDEST = ../../../Binary/Apps
|
|
TOOLS = ../../../Tools
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
%.com: USETASM=1
|
|
|
|
|