From 07cae73c7116aee9686432783394eaba2c854ab9 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sat, 23 Mar 2024 21:51:55 -0300 Subject: remove extra files --- user-scripts/artifacts/compile_flags/get-compile-flags.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 user-scripts/artifacts/compile_flags/get-compile-flags.sh (limited to 'user-scripts/artifacts/compile_flags/get-compile-flags.sh') diff --git a/user-scripts/artifacts/compile_flags/get-compile-flags.sh b/user-scripts/artifacts/compile_flags/get-compile-flags.sh deleted file mode 100644 index aaa9e01..0000000 --- a/user-scripts/artifacts/compile_flags/get-compile-flags.sh +++ /dev/null @@ -1,5 +0,0 @@ -DEPS='webkit2gtk-4.0' -INCS=`pkg-config --cflags ${DEPS}` -LIBS=`pkg-config --libs ${DEPS}` -echo $INCS -echo $LIBS -- cgit v1.2.3