cool-bun-demo/smakefile

11 lines
163 B
Plaintext
Raw Normal View History

2024-04-30 02:12:48 +00:00
all: main
.c.o:
sc $@ $*.c
.s.o:
genam -l $*.s
2024-05-02 16:52:06 +00:00
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