From cab4804979e8c60cc8ccc0612b759d2c3637539f Mon Sep 17 00:00:00 2001 From: axtloss Date: Sun, 25 Feb 2024 01:54:04 +0100 Subject: Add initial fswarn and BVG code --- fbwarn/src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fbwarn/src/Makefile.am (limited to 'fbwarn/src/Makefile.am') diff --git a/fbwarn/src/Makefile.am b/fbwarn/src/Makefile.am new file mode 100644 index 0000000..15711b4 --- /dev/null +++ b/fbwarn/src/Makefile.am @@ -0,0 +1,3 @@ +bin_PROGRAMS = fbwarn +fbwarn_SOURCES = warn.c parseBVG.c +AM_LDFLAGS = -lraylib -- cgit v1.2.3