aboutsummaryrefslogtreecommitdiff
path: root/plugins/recharge/Makefile
blob: cb6e05ef0c70150405c82cd6a4e3747c32cf79ef (plain)
1
2
3
4
plugins/recharge/recharge.so: plugins/recharge/recharge.c plugins/recharge/recharge.h plugins/game/game.h
	cc -g -shared -fpic -o plugins/recharge/recharge.so plugins/recharge/recharge.c

PLUGINS := ${PLUGINS} plugins/recharge/recharge.so