JMOD ?= $(JAVA_HOME)/bin/jmod
GCCPLUGINDIR:=$(shell gcc -print-file-name=plugin)
-JAVACFLAGS += --enable-preview --source 19
+JAVACFLAGS += --enable-preview --source 20
# Linux options
linux-amd64_CPPFLAGS = \
notzed.nativez_NATIVE_LIBRARIES = export
-notzed.nativez_COMMANDS=export-api export-defines generate-api generate-api2
-notzed.nativez_LIBRARIES=api.pm code.api code.pm config.pm method.pm tokenise.pm types.api \
- Format.pm API.pm
+notzed.nativez_COMMANDS=export-api export-defines generate-api
+notzed.nativez_LIBRARIES=api.pm code.api code.pm config.pm method.pm tokenise.pm types.api
# JMOD target
$(notzed.nativez_libdir)/%: src/notzed.nativez/lib/%