also make php bindings
authorMark Huang <mlhuang@cs.princeton.edu>
Wed, 25 Oct 2006 21:05:40 +0000 (21:05 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Wed, 25 Oct 2006 21:05:40 +0000 (21:05 +0000)
Makefile

index b6d125a..aacbe3a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,14 +4,14 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2005 The Trustees of Princeton University
 #
-# $Id: plcsh,v 1.3 2006/01/09 19:57:24 mlhuang Exp $
+# $Id: Makefile,v 1.1 2006/09/06 15:33:59 mlhuang Exp $
 #
 
 # Metafiles
 INIT := PLC/__init__.py PLC/Methods/__init__.py
 
 # Other stuff
-SUBDIRS := doc
+SUBDIRS := doc php
 
 all: $(INIT) $(SUBDIRS)