Files
c64-demo-cpp/oscar64/samples/particles/makefile
T
2026-07-18 20:34:55 +02:00

9 lines
193 B
Makefile

%.prg: %.c
@echo "Compiling sample file" $<
@$(OSCAR64_CC) $(OSCAR64_CFLAGS) $<
all: fireworks_ptr.prg fireworks_hires.prg fireworks_stripe.prg
clean:
@$(RM) *.asm *.int *.lbl *.map *.prg