aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-02-07 14:43:00 +0100
committerNunoSempere <nuno.sempere@protonmail.com>2023-02-07 14:43:00 +0100
commit2db650d7cc0600a0ccdc5ba31ad3a97b3b74a6ea (patch)
tree80be2496996eb58c7c30b46a6d7738fe34d60e86 /build.sh
parent33e4d0cdd1ad20b56d3e2d2690fdbc3e30dd4301 (diff)
tweak: enable all plugins.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 558d361..561d03d 100755
--- a/build.sh
+++ b/build.sh
@@ -2,8 +2,8 @@
CC=clang
SRC=rose.c
-# REQS=./plugins/*/*.c
-REQS=./plugins/stand_in/stand_in.c
+REQS=./plugins/*/*.c
+# REQS=./plugins/stand_in/stand_in.c
DEPS='webkit2gtk-4.0'
INCS=`pkg-config --cflags ${DEPS}`