Added rlimits, support for objects.
[xavierbot.git] / Makefile
index 2570558..26991b6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 2007/06/28 20:49:10 rjones Exp $
+# $Id: Makefile,v 1.3 2007/06/28 23:18:28 rjones Exp $
 
 include Makefile.config
 
@@ -33,9 +33,19 @@ pa_noexternal.cmo: pa_noexternal.ml
        ocamlfind ocamlc \
          -pp "camlp4o pa_extend.cmo q_MLast.cmo" -I +camlp4 -c $<
 
+test check:
+       perl -Tc xavierbot.pl
+
 clean:
        rm -f ocamlbotwrapper *.o *.cmo *.cmi *~
 
+# Use this if you want to run without installing (see also
+# instructions in Makefile.config):
+
+permissions:
+       chown root.root ocamlbotwrapper
+       chmod ug+s ocamlbotwrapper
+
 # Distribution.
 
 dist: