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

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