diff --git a/Source/Apps/Dev/Makefile b/Source/Apps/Dev/Makefile index deb22e49..54028207 100644 --- a/Source/Apps/Dev/Makefile +++ b/Source/Apps/Dev/Makefile @@ -4,6 +4,6 @@ TOOLS = ../../../Tools OTHERS = *.hex NODELETE = *.ovr *.doc *.hlp -USETASM=1 +%.com: USETASM=1 include $(TOOLS)/Makefile.inc