include ../../Makefile.config

all:

install:
	$(INSTALL) -d -m 755 $(PREFIX)/include/ExNihilo/Object
	$(INSTALL) -c -m 644 *.h $(PREFIX)/include/ExNihilo/Object

clean:                                                                          

distclean: clean
