cool-bun-demo/smakefile

11 lines
163 B
Plaintext

all: main
.c.o:
sc $@ $*.c
.s.o:
genam -l $*.s
main: main.o system.o blitter.o screen.o copper.o
sc link to main main.o system.o blitter.o screen.o copper.o