diff options
author | June McEnroe <june@causal.agency> | 2021-01-12 22:06:56 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-12 22:06:56 -0500 |
commit | c277129386f1acfe133da11f23a7d730ae48964d (patch) | |
tree | 29923c815344b8ac967f2856338c5649365c43ce /bin/hilex | |
parent | Consolidate hilex formatters into hilex.c (diff) | |
download | src-c277129386f1acfe133da11f23a7d730ae48964d.tar.gz src-c277129386f1acfe133da11f23a7d730ae48964d.zip |
Move hilex out of hilex directory
Diffstat (limited to '')
-rw-r--r-- | bin/c11.l (renamed from bin/hilex/c.l) | 0 | ||||
-rw-r--r-- | bin/hilex.c (renamed from bin/hilex/hilex.c) | 0 | ||||
-rw-r--r-- | bin/hilex.h (renamed from bin/hilex/hilex.h) | 0 | ||||
-rw-r--r-- | bin/hilex/.gitignore | 2 | ||||
-rw-r--r-- | bin/hilex/Makefile | 15 | ||||
-rw-r--r-- | bin/make.l (renamed from bin/hilex/make.l) | 0 | ||||
-rw-r--r-- | bin/man1/hilex.1 (renamed from bin/hilex/hilex.1) | 0 | ||||
-rw-r--r-- | bin/mdoc.l (renamed from bin/hilex/mdoc.l) | 0 | ||||
-rw-r--r-- | bin/text.l (renamed from bin/hilex/text.l) | 0 |
9 files changed, 0 insertions, 17 deletions
diff --git a/bin/hilex/c.l b/bin/c11.l index d7a80ae2..d7a80ae2 100644 --- a/bin/hilex/c.l +++ b/bin/c11.l diff --git a/bin/hilex/hilex.c b/bin/hilex.c index d9b747cc..d9b747cc 100644 --- a/bin/hilex/hilex.c +++ b/bin/hilex.c diff --git a/bin/hilex/hilex.h b/bin/hilex.h index 2e463be7..2e463be7 100644 --- a/bin/hilex/hilex.h +++ b/bin/hilex.h diff --git a/bin/hilex/.gitignore b/bin/hilex/.gitignore deleted file mode 100644 index f4c89460..00000000 --- a/bin/hilex/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.o -hilex diff --git a/bin/hilex/Makefile b/bin/hilex/Makefile deleted file mode 100644 index e7972425..00000000 --- a/bin/hilex/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -CFLAGS += -std=c11 -Wall -Wextra -Wpedantic - -OBJS += c.o -OBJS += hilex.o -OBJS += make.o -OBJS += mdoc.o -OBJS += text.o - -hilex: ${OBJS} - ${CC} ${LDFLAGS} ${OBJS} ${LDLIBS} -o $@ - -${OBJS}: hilex.h - -clean: - rm -f hilex ${OBJS} diff --git a/bin/hilex/make.l b/bin/make.l index 952c589d..952c589d 100644 --- a/bin/hilex/make.l +++ b/bin/make.l diff --git a/bin/hilex/hilex.1 b/bin/man1/hilex.1 index 858c8565..858c8565 100644 --- a/bin/hilex/hilex.1 +++ b/bin/man1/hilex.1 diff --git a/bin/hilex/mdoc.l b/bin/mdoc.l index 2680b722..2680b722 100644 --- a/bin/hilex/mdoc.l +++ b/bin/mdoc.l diff --git a/bin/hilex/text.l b/bin/text.l index 78ebb7a2..78ebb7a2 100644 --- a/bin/hilex/text.l +++ b/bin/text.l |