X-Git-Url: https://git.danieliu.xyz/?p=sped.git;a=blobdiff_plain;f=makefile;h=e77e68612188192afc7a3f569e2910a437bec51c;hp=18c299ff636dcfe6d8d8d99f3c3eaba095ccb46b;hb=6cf67300c03d92a9cc0c5888b33cdb21a852eb69;hpb=89732d399de9007aaf2894b0c637e8cfb9ed47ac diff --git a/makefile b/makefile index 18c299f..e77e686 100644 --- a/makefile +++ b/makefile @@ -10,7 +10,7 @@ make: sped %.o: %.asm $(ASM) $(ASMFLAGS) -o $@ $^ -sped: sped.o fileutils.o repl.o +sped: sped.o fileutils.o repl.o utils.o $(CC) $(CFLAGS) -o $@ $^ clean: