
.SUFFIXES: .gob .c .o .h

all: gtodo-stored-task-list.c gtodo-stored-plugin.c

#.gob: $<
#	gob2 $<

%.c %.h %-private.h: %.gob
	gob2 $<

.c.o.h:

clean:
	rm -vf *.{c,h,o}