]> git.lizzy.rs Git - dungeon_game.git/blob - Makefile
Include loader binary in .gitignore
[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 plugins:
7         make -f plugins/*/Makefile