feat: hel: render without execute
This commit is contained in:
13
package/c/hel/Makefile
Normal file
13
package/c/hel/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
MODULE_big = hel
|
||||
OBJS = hel.o
|
||||
EXTENSION = hel
|
||||
DATA = hel--0.1.sql
|
||||
|
||||
PG_CONFIG = pg_config
|
||||
|
||||
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
||||
|
||||
# Add hectic library path
|
||||
CFLAGS += -I -lhectic
|
||||
|
||||
include $(PGXS)
|
||||
Reference in New Issue
Block a user