diff --git a/Makefile.in b/Makefile.in index c73e918..39e9ae7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -230,6 +230,14 @@ run: \ php -d extension=$(BINDBG)/$(LIBNAME) testprograms/version.php +cleanDebug: + @rm -fr $(OBJDBG) + @rm -fr $(BINDBG) + +cleanRelease: + @rm -fr $(OBJRLS) + @rm -fr $(BINRLS) + clean: @rm -fr $(BINDIR) diff --git a/pw3270-php5.cbp b/pw3270-php5.cbp index 32015e2..5f44f15 100644 --- a/pw3270-php5.cbp +++ b/pw3270-php5.cbp @@ -3,6 +3,7 @@