aboutsummaryrefslogtreecommitdiff
path: root/confui
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-11-17 18:18:16 +0100
committerlonkaars <loek@pipeframe.xyz>2022-11-17 18:18:16 +0100
commita8aa596f3e33e8eb06296f78ab23e41a5cac2871 (patch)
tree19f9e889139b76474e824a1425e1d5ca2280b1ec /confui
parentd634b41735813489627cca534a9f51a3b5ad9b91 (diff)
add makefile for generating semi-pretty pdf's from markdown using chrome
Diffstat (limited to 'confui')
-rw-r--r--confui/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/confui/makefile b/confui/makefile
index e646524..78301cb 100644
--- a/confui/makefile
+++ b/confui/makefile
@@ -3,7 +3,7 @@ LD = gcc
RM = rm -f
CFLAGS =
LFLAGS =
-TARGET = bts
+TARGET = confui
SRCS := $(wildcard *.c)
OBJS := $(patsubst %.c,%.o, $(SRCS))