annotate prolog/Makefile @ 14:e1f87438e34c

Work around for lock-up when used by triserver project. By god it's ugly but it seems to work.
author samer
date Thu, 02 Feb 2012 03:01:20 +0000
parents 60b7b78b3167
children
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 plml.pl $(INSTALL_PL_TO)
samer@0 5