SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) INCL := $(shell php-config --includes) LIBE := -lphp7 LIBS := -lphp7 $(shell php-config --libs) include ../../common/Makefile tembed: tembed.c gcc -Wall $(INCL) tembed.c $(LIBS) -o tembed