From 31fbd611aa107cc023dcf1e1358f19ff58f14075 Mon Sep 17 00:00:00 2001 From: bptato Date: Sat, 30 Sep 2023 18:02:48 +0200 Subject: Add urimethodmap support yay --- bonus/gmifetch/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bonus/gmifetch/Makefile (limited to 'bonus/gmifetch/Makefile') diff --git a/bonus/gmifetch/Makefile b/bonus/gmifetch/Makefile new file mode 100644 index 00000000..5ee37b3a --- /dev/null +++ b/bonus/gmifetch/Makefile @@ -0,0 +1,11 @@ +CFLAGS = -Wall -Wextra -std=c89 -pedantic -lcrypto -lssl -g -O2 + +gmifetch: gmifetch.c + $(CC) $(CFLAGS) gmifetch.c -o gmifetch + +.PHONY: clean +clean: + rm -f gmifetch + +.PHONY: all +all: gmifetch -- cgit 1.4.1-2-gfad0