X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=makefile;h=e77e68612188192afc7a3f569e2910a437bec51c;hb=0e7c787c5d6e31bd64fb9348c1cc4704d5b5928e;hp=82074cf11be6ee8d10ab5bffbbf036a74efc07f4;hpb=fb894149783dd18e6ecf1271153193a342e80433;p=sped.git diff --git a/makefile b/makefile index 82074cf..e77e686 100644 --- a/makefile +++ b/makefile @@ -10,7 +10,7 @@ make: sped %.o: %.asm $(ASM) $(ASMFLAGS) -o $@ $^ -sped: sped.o fileutils.o +sped: sped.o fileutils.o repl.o utils.o $(CC) $(CFLAGS) -o $@ $^ clean: