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

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