MAIN_OBJS = main.o images.o system.lib screen.o bun.o all: main .c.o: sc $@ $*.c .s.o: genam -l $*.s system.lib: system/system.o system/copper.o system/blitter.o sc objectlibrary=system.lib system/system.o system/copper.o system/blitter.o main: $(MAIN_OBJS) sc link to main math=standard $(MAIN_OBJS) test: bun_test.o bun.o sc link to bun_test identifierlength=32 math=standard bun_test.o bun.o cutest/CuTest.c