all : testconfig CFLAGS:=-g -Os testconfig : test.o configfiles.o gcc -o $@ $^ -g clean : rm -rf *.o *~ testconfig