all:

install: $(INCLUDEDIR)/dixie.h

$(INCLUDEDIR)/dixie.h: dixie.h
	install -c -m 644 dixie.h $(INCLUDEDIR)

clean:

depend:
