summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
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)