Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino committed Apr 13, 2014
1 parent 01e325c commit 4038d40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# DEALINGS IN THE SOFTWARE.
##############################################################################

.PHONY: all clean dist
.PHONY: all clean dist check

OBJS = pixfunplugin.o pixelfunctions.o
CFLAGS := -fPIC -Wall -Wno-long-long $(shell gdal-config --cflags) $(CFLAGS)
Expand All @@ -50,7 +50,7 @@ $(TARGET): $(OBJS)

PYTHON=python

check:
check: $(TARGET)
cd autotest/gcore && \
env GDAL_DRIVER_PATH=$(PWD):$(GDAL_DRIVER_PATH) \
PYTHONPATH=$(PWD)/autotest/pymod:$(PYTHONPATH) \
Expand Down
4 changes: 2 additions & 2 deletions pixfunplugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Project: GDAL
* Purpose: Provide a fake GDAL driver to register a small set of pixel
* functions to be used with the virtual driver.
* Indeed it is a dirty hack aimed to enable python users to use
* a small set of custom pixel functions without C++ coding.
* It is a hack aimed to enable python users to use a small set
* of custom pixel functions without C++ coding.
* Author: Antonio Valentino <antonio.valentino@tiscali.it>
*
******************************************************************************
Expand Down

0 comments on commit 4038d40

Please sign in to comment.