diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-11-17 18:18:16 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-11-17 18:18:16 +0100 |
commit | a8aa596f3e33e8eb06296f78ab23e41a5cac2871 (patch) | |
tree | 19f9e889139b76474e824a1425e1d5ca2280b1ec /confui/makefile | |
parent | d634b41735813489627cca534a9f51a3b5ad9b91 (diff) |
add makefile for generating semi-pretty pdf's from markdown using chrome
Diffstat (limited to 'confui/makefile')
-rw-r--r-- | confui/makefile | 2 |
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)) |