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

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

include plugins/*/Makefile

plugins: ${PLUGINS}