Skip to content

Commit 8f12142

Browse files
committed
Add api-report Makefile target
1 parent c7b6785 commit 8f12142

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ endif
123123

124124
all: autogenerated-config.h testcpybuilder test-suite testcpychecker
125125

126+
# What still needs to be wrapped?
127+
api-report:
128+
grep -nH -e "\.inner" gcc-*.c *.h generate-*.py
129+
126130
plugin: autogenerated-config.h $(PLUGIN_DSO)
127131

128132
# When running the plugin from a working copy, use LD_LIBARY_PATH=gcc-c-api

0 commit comments

Comments
 (0)