aboutsummaryrefslogtreecommitdiff
path: root/plugins/fireball/Makefile
blob: 24b068ec8e732a163bb8329cbf7c677f6d1c3c9f (plain)
1
2
3
4
plugins/fireball/fireball.so: plugins/fireball/fireball.c plugins/game/game.h plugins/movement/movement.h plugins/inventory/inventory.h plugins/loot/loot.h
	cc -g -shared -fpic -o plugins/fireball/fireball.so plugins/fireball/fireball.c

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