We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e081017 commit f2ca8c3Copy full SHA for f2ca8c3
1 file changed
Makefile
@@ -22,7 +22,7 @@ help:
22
$(info api-deps - generate a file to tell make what API file dependencies will be)
23
24
json-to-xml: $(API_XML_FILES)
25
-$(API_DEPS): $(API_XML_FILES)
+$(API_DEPS): $(API_SHARED_XML)
26
$(GSL) -script:src/gsl/deps.gsl $(API_SHARED_XML)
27
28
%.xml: %.json
0 commit comments