ctucx.git: nixfiles

ctucx' nixfiles

1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
15 
16 
17 
18 
19 
20 
21 
22 
From f658e3b29691e6403f93c8b11bb0738a9506c5a8 Mon Sep 17 00:00:00 2001
From: "Leah (ctucx)" <git@ctu.cx>
Date: Sat, 16 Mar 2024 15:39:09 +0100
Subject: [PATCH] fix makefile

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index bf4001f..c86330a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
 usbtan-cli: main.c
-	gcc -DENABLE_CLI -o usbtan-cli main.c -I/usr/include/gwenhywfar5/ -I/usr/include/libchipcard5/  `pkg-config --cflags --libs glib-2.0` -lgwenhywfar
\ No newline at end of file
+	gcc -DENABLE_CLI -o usbtan-cli main.c `pkg-config --cflags --libs glib-2.0 gwenhywfar libchipcard-server`
\ No newline at end of file
-- 
2.42.0