view prolog/Makefile @ 4:460f6c74b33a

Updated to latest dcgu.pl and added comment about -c++ flag in Makefile
author samer
date Tue, 17 Jan 2012 18:39:14 +0000
parents 0dd31a8c66bd
children 60b7b78b3167
line wrap: on
line source

install:
	install -d $(INSTALL_PL_TO)
	install $(INSTALL_FLAGS) -m 644 ops.pl $(INSTALL_PL_TO)
	install $(INSTALL_FLAGS) -m 644 plml.pl $(INSTALL_PL_TO)
	install $(INSTALL_FLAGS) -m 644 utils.pl $(INSTALL_PL_TO)
	install $(INSTALL_FLAGS) -m 644 dcgu.pl $(INSTALL_PL_TO)