summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: f7cc2eb0f64b273713d8c1e3f0f88f0ccde855d1 (plain)
1
2
3
4
5
6
7
8
SRCDIR := $(shell pwd)
NAME := $(shell basename $(SRCDIR))
include ../../../common/Makefile

refl:
	php -d extension=sdl -d extension=sdl_ttf --re sdl_ttf >REFLECTION
	php -d extension=sdl -d extension=sdl_ttf --ri sdl_ttf >PHPINFO