diff options
| author | William S Fulton <wsf@fultondesigns.co.uk> | 2014-04-24 22:18:12 +0100 |
|---|---|---|
| committer | William S Fulton <wsf@fultondesigns.co.uk> | 2014-04-24 22:18:12 +0100 |
| commit | dbf80cbaa50f27b7dea00b29bffb182fcb22cb8d (patch) | |
| tree | 99064edba6e3a479b10877b19db4e543c172cde9 /Examples/javascript/operator | |
| parent | a5e91f26a12fff73b1a421af1852b44c13cf0ad8 (diff) | |
| download | swig-dbf80cbaa50f27b7dea00b29bffb182fcb22cb8d.tar.gz | |
Javascript example Makefiles more consistent with other languages
Diffstat (limited to 'Examples/javascript/operator')
| -rwxr-xr-x | Examples/javascript/operator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/javascript/operator/Makefile b/Examples/javascript/operator/Makefile index a2570636e..ea04c7df8 100755 --- a/Examples/javascript/operator/Makefile +++ b/Examples/javascript/operator/Makefile @@ -1,3 +1,3 @@ SRCS = -include ../js_example.mk +include ../example.mk |
