aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5241f4f..01017e6 100644
--- a/Makefile
+++ b/Makefile
@@ -3,5 +3,6 @@ all: dungeon plugins
dungeon: dungeon.c
cc -g -o dungeon dungeon.c -ldl -D_GNU_SOURCE
-plugins:
- make -f plugins/*/Makefile
+include plugins/*/Makefile
+
+plugins: ${PLUGINS}