Javascript examples tidy up
- Remove empty files - Improve clean
This commit is contained in:
parent
b8b61be301
commit
ac89f7f785
7 changed files with 14 additions and 13 deletions
|
|
@ -1,3 +1,3 @@
|
|||
SRCS = example.cxx
|
||||
SRCS =
|
||||
|
||||
include $(SRCDIR)../example.mk
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"targets": [
|
||||
{
|
||||
"target_name": "example",
|
||||
"sources": [ "$srcdir/example.cxx", "example_wrap.cxx" ],
|
||||
"sources": [ "example_wrap.cxx" ],
|
||||
"include_dirs": ["$srcdir"]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue