oscar64/samples/stdio/makefile

11 lines
134 B
Makefile

CC=../../bin/oscar64
CFLAGS=
%.prg: %.c
$(CC) $(CFLAGS) $<
all: helloworld.prg
clean:
@$(RM) *.asm *.int *.lbl *.map *.prg *.bcs