X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=megadrive.git;a=blobdiff_plain;f=testpico%2FMakefile;h=5770d46b9a5bbebf1f775cf06bfe2d90eec89ee3;hp=4f18bdb7c67ff9b59239376d63fc707490478d8d;hb=cc7e512231d610dbe477d56ffffd56bdff78285d;hpb=6c839579ead103add6c3253705e7dd1a8bf96194 diff --git a/testpico/Makefile b/testpico/Makefile index 4f18bdb..5770d46 100644 --- a/testpico/Makefile +++ b/testpico/Makefile @@ -31,7 +31,7 @@ fill: fill.c $(HOSTCC) -o $@ $^ -Wall -O2 %.o: %.S - $(CC) -c -o $@ $^ $(ASFLAGS_CC) + $(CC) -c -o $@ $^ $(CFLAGS) $(ASFLAGS_CC) %.bin80: %.s80 sjasm $< $@