From bc4ca8f73ece3cb3d6d3538ea182b078142c65c9 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 20 Nov 2019 16:35:46 -0500 Subject: add rough outlines of cpio and tar interfaces --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c6bbc04..d2a9e54 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,12 @@ CFLAGS=-Wall -Wextra -Wpedantic +all: pax cpio tar + pax: pax.o tar.o cpio.o +tar cpio: pax + ln -sf pax $@ + clean: rm -f $$(cat .gitignore) -- cgit v1.2.1