annotate 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
rev   line source
samer@0 1
samer@0 2 install:
samer@0 3 install -d $(INSTALL_PL_TO)
samer@0 4 install $(INSTALL_FLAGS) -m 644 ops.pl $(INSTALL_PL_TO)
samer@0 5 install $(INSTALL_FLAGS) -m 644 plml.pl $(INSTALL_PL_TO)
samer@0 6 install $(INSTALL_FLAGS) -m 644 utils.pl $(INSTALL_PL_TO)
samer@0 7 install $(INSTALL_FLAGS) -m 644 dcgu.pl $(INSTALL_PL_TO)
samer@0 8