mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 10:42:36 +03:00
ce32141057
by splitting javascript engine specific makefiles and source up we avoid having to consider old JSAPI or none code while working on duktape.
9 lines
141 B
Makefile
9 lines
141 B
Makefile
#
|
|
# NetSurf javascript source file inclusion
|
|
#
|
|
# Included by javascript/Makefile
|
|
#
|
|
|
|
# no javascript interpreter
|
|
|
|
S_JAVASCRIPT += none/none.c
|