]> git.lizzy.rs Git - dungeon_game.git/blob - Makefile
Tweak level display color
[dungeon_game.git] / Makefile
1 all: dungeon plugins
2
3 dungeon: dungeon.c
4         cc -g -o dungeon dungeon.c -ldl -D_GNU_SOURCE
5
6 include plugins/*/Makefile
7
8 plugins: ${PLUGINS}