From 24164e854cf61eb3dc3ffa3126a75d04d6b32f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Ass=C3=A9nat?= Date: Sun, 27 Oct 2013 22:39:01 +0000 Subject: [PATCH] Fix code generation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc62522..00dc4a5 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ all: $(HEXFILE) # compatibility define the file type manually. rxcode.asm: generate_rxcode.sh - generate_rxcode.sh > rxcode.asm + ./generate_rxcode.sh > rxcode.asm maplebus.o: maplebus.c rxcode.asm $(CC) $(CFLAGS) -c $< -o $@