# Makerule for Pico

.a.obj:
	@echo $*.a;

.c.obj:
	@echo $*.c
