commit 7e944e2b69f15583fae661eadff55338af9b5d76 parent cc5d699529c94b92e757a74f46f137bce5e15a34 Author: Michael Constantine Dimopoulos <mk@mcdim.xyz> Date: Sat, 18 Nov 2023 03:58:12 +0000 Updated makefile Diffstat:
| M | Makefile | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile @@ -5,10 +5,10 @@ CC=c99 MD=/usr/share/man/man1/ sxalert: - $(CC) sxalert.c -I/usr/include/freetype2/ -lXft -lX11 -lfreetype -o sxalert + $(CC) sxalert.c -I/usr/include/freetype2/ -lXft -lX11 -lfreetype -g -o sxalert install: mv sxalert /bin/sxalert - mv sxalert.1 $(MD) + cp sxalert.1 $(MD) uninstall: rm /bin/sxalert rm $(MD)sxalert.1