Javascript examples tidy up

- Remove empty files
- Improve clean
This commit is contained in:
William S Fulton 2014-05-18 00:59:47 +01:00
commit ac89f7f785
7 changed files with 14 additions and 13 deletions

View file

@ -1,3 +1,3 @@
SRCS = example.cxx
SRCS =
include $(SRCDIR)../example.mk

View file

@ -2,7 +2,7 @@
"targets": [
{
"target_name": "example",
"sources": [ "$srcdir/example.cxx", "example_wrap.cxx" ],
"sources": [ "example_wrap.cxx" ],
"include_dirs": ["$srcdir"]
}
]