From 01e17eeba10b724375e2244949a6833be129052b Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Wed, 25 Oct 2006 21:05:40 +0000 Subject: [PATCH] also make php bindings --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b6d125a..aacbe3a 100644 --- a/Makefile +++ b/Makefile @@ -4,14 +4,14 @@ # Mark Huang # 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) -- 2.43.0