aboutsummaryrefslogtreecommitdiff
path: root/Examples/perl5/constants
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@glug.org>2000-08-04 19:48:49 +0000
committerThien-Thi Nguyen <ttn@glug.org>2000-08-04 19:48:49 +0000
commitf59346e730ffc937d5fc8d024d2fe121d2b93a5b (patch)
tree290ef95212849ef6366a7454c9f87b90a9621877 /Examples/perl5/constants
parenteca11a84992f09aff56f464f14410aca42aa19d4 (diff)
downloadswig-f59346e730ffc937d5fc8d024d2fe121d2b93a5b.tar.gz
(check): New target.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@621 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/perl5/constants')
-rw-r--r--Examples/perl5/constants/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Examples/perl5/constants/Makefile b/Examples/perl5/constants/Makefile
index 47fd1eb6d..428f9f5cd 100644
--- a/Examples/perl5/constants/Makefile
+++ b/Examples/perl5/constants/Makefile
@@ -1,9 +1,9 @@
TOP = ../..
SWIG = $(TOP)/../swig
-SRCS =
+SRCS =
TARGET = example
INTERFACE = example.i
-SWIGOPT =
+SWIGOPT =
all::
$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
SWIGOPT='$(SWIGOPT)' TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' perl5
@@ -15,3 +15,4 @@ static::
clean::
rm -f *_wrap* *.o core *~ *.so *.pm myperl
+check: all