summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-11-20 17:02:33 -0500
committerJakob Kaivo <jkk@ung.org>2019-11-20 17:02:33 -0500
commit104b30bcaa04029f91e496affb255db9af7d01ea (patch)
treea53e36b6dfc1b93d3db227f1d7b7027a7e76749d /Makefile
parentbc4ca8f73ece3cb3d6d3538ea182b078142c65c9 (diff)
recompile when header changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d2a9e54..4814526 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,9 @@ CFLAGS=-Wall -Wextra -Wpedantic
all: pax cpio tar
pax: pax.o tar.o cpio.o
+pax.o: pax.h
+tar.o: pax.h
+cpio.o: pax.h
tar cpio: pax
ln -sf pax $@