From 0d0ad219a6366e30e1b1ae41f79c8e10a21ade6d Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Mon, 10 May 2021 11:59:14 -0400 Subject: shell_cmds: All compiled --- shell_cmds/hexdump/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 shell_cmds/hexdump/Makefile (limited to 'shell_cmds/hexdump/Makefile') diff --git a/shell_cmds/hexdump/Makefile b/shell_cmds/hexdump/Makefile new file mode 100644 index 0000000..1ae98e4 --- /dev/null +++ b/shell_cmds/hexdump/Makefile @@ -0,0 +1,10 @@ +PROG= hexdump +MAN= hexdump.1 od.1 +SRCS= conv.c \ + display.c \ + hexdump.c \ + hexsyntax.c \ + odsyntax.c \ + parse.c + +.include -- cgit v1.2.3-56-ge451