aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 01265d253e43a76a53b571d101374b266139e2e3 (plain)
1
2
3
4
5
6
7
8
all: dungeon plugins

dungeon: dungeon.c
	cc -g -o dungeon dungeon.c -ldl

include plugins/*/Makefile

plugins: ${PLUGINS}