mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
feat(traits): add marker traits to schema types
Based on their involvement in activities. It nearly works perfectly.
This commit is contained in:
2
Makefile
2
Makefile
@@ -16,7 +16,7 @@ API_DEPS = .api.deps
|
||||
API_SHARED_INFO = etc/api/shared.yaml
|
||||
API_JSON_FILES = $(shell find etc -type f -name '*-api.json')
|
||||
MAKO_LIB_DIR = $(MAKO_SRC)/lib
|
||||
MAKO_LIB_FILES = $(shell find $(MAKO_LIB_DIR) -type f -name '*.mako' -or -name '*.py')
|
||||
MAKO_LIB_FILES = $(shell find $(MAKO_LIB_DIR) -type f -name '*.*')
|
||||
|
||||
help:
|
||||
$(info using template engine: '$(TPL)')
|
||||
|
||||
Reference in New Issue
Block a user