# $Id$ .PHONY: all clean .SUFFIXES: .c .o all: dl11.o rk11.o fs.o .c.o: $(CC) -DPACK16="__attribute__((aligned(2)))" -fPIC -nostdlib -c -o $@ $< clean: rm -f *.bin *.o