C_FLAGS = -O3 LINKER = -Xlinker -Map -Xlinker mapfile -Xlinker -Ttext -Xlinker 80140000 all: test test: test.o pad.o gcc $(LINKER) -o test test.o pad.o test.o: test.c gcc -c $(C_FLAGS) test.c pad.o: pad.c gcc -c $(C_FLAGS) pad.c clean: del *.o del test del mapfile del siocons.his