all:
install:
clean:

depend: $(SOURCES)
	@touch $@
	@$(DEPEND) -f $@ -- $(CFLAGS) -- $(SOURCES) &>/dev/null

%.o: %.c
	$(CC) $(CFLAGS) -c -o $@ $<
