aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d52785f..d6eb110 100644
--- a/Makefile
+++ b/Makefile
@@ -5,11 +5,12 @@ OBJ = $(SRC:.tal=.rom)
CLEANFILES = $(OBJ)
UXNASM = uxncli ~/roms/drifblim.rom
+# UXNASM = uxnasm
all: $(OBJ)
.tal.rom:
- $(UXNASM) $<
+ $(UXNASM) $< $@
$(OBJ): $(SRC)