X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Makefile;h=01265d253e43a76a53b571d101374b266139e2e3;hb=HEAD;hp=01017e6a60a6dc0434b5f4361410118f4eb137ac;hpb=fd234aeb2f90757d2115cdabfc488e78d87d0f46;p=dungeon_game.git diff --git a/Makefile b/Makefile index 01017e6..01265d2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: dungeon plugins dungeon: dungeon.c - cc -g -o dungeon dungeon.c -ldl -D_GNU_SOURCE + cc -g -o dungeon dungeon.c -ldl include plugins/*/Makefile