diff --git a/Makefile b/Makefile index ff1f0a6..c244c53 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CFLAGS = -Isaturn OPT = -Os LIBGCC = $(shell $(CC) -print-file-name=libgcc.a) -all: raytracing.iso vdp2.iso +all: raytracing/raytracing.iso vdp2/nbg0.iso LIB = ./saturn include $(LIB)/common.mk diff --git a/saturn b/saturn index 73286b8..96fa76f 120000 --- a/saturn +++ b/saturn @@ -1 +1 @@ -../saturn-c \ No newline at end of file +../saturn \ No newline at end of file