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 607e75e commit fc15396Copy full SHA for fc15396
src/test/modules/test_oat_hooks/Makefile
@@ -1,7 +1,9 @@
1
# src/test/modules/test_oat_hooks/Makefile
2
3
MODULE_big = test_oat_hooks
4
-OBJS = test_oat_hooks.o $(WIN32RES)
+OBJS = \
5
+ $(WIN32RES) \
6
+ test_oat_hooks.o
7
PGFILEDESC = "test_oat_hooks - example use of object access hooks"
8
9
REGRESS = test_oat_hooks
0 commit comments