view prolog/Makefile @ 33:fc72b98aba8c

Fixed formatting of lambda expressions with multiple arguments. (Was producing 'Illegal Matlab expression (a,b)' error.)
author samer
date Tue, 25 Sep 2012 09:57:24 +0100
parents 60b7b78b3167
children
line wrap: on
line source

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