diff interps/clc-intercal/CLC-INTERCAL-Base-1.-94.-2/Generate @ 996:859f9b4339e6

<Gregor> tar xf egobot.tar.xz
author HackBot
date Sun, 09 Dec 2012 19:30:08 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/interps/clc-intercal/CLC-INTERCAL-Base-1.-94.-2/Generate	Sun Dec 09 19:30:08 2012 +0000
@@ -0,0 +1,18 @@
+#!/usr/bin/perl -w
+
+# thin wrapper around Language::INTERCAL::Generate, to simplify
+# calling from Makefile
+
+# This file is part of CLC-INTERCAL
+
+# Copyright (c) 2008 Claudio Calvelli, all rights reserved.
+
+# CLC-INTERCAL is copyrighted software. However, permission to use, modify,
+# and distribute it is granted provided that the conditions set out in the
+# licence agreement are met. See files README and COPYING in the distribution.
+
+my $gpath = $ENV{CLC_INTERCAL_PATH} || '.';
+require "$gpath/INTERCAL/Generate.pm";
+
+Language::INTERCAL::Generate::Generate();
+