aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-01-03 07:58:01 +0100
committerGravatar Christian Hesse <mail@eworm.de>2014-01-03 07:58:01 +0100
commitc9f687e0c16a7f6ea6471f69b6be8cb2f0a3268d (patch)
tree105ccf66173270f2a2bb09636a5fdccd085f04b3 /Makefile
parent0f7b07e716648bd563b71d58584273d3ced0c987 (diff)
downloadpaccache-c9f687e0c16a7f6ea6471f69b6be8cb2f0a3268d.tar.gz
paccache-c9f687e0c16a7f6ea6471f69b6be8cb2f0a3268d.tar.zst
move arch specific macros to separate header file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1990fa3..90f77a2 100644
--- a/Makefile
+++ b/Makefile
@@ -19,10 +19,10 @@ VERSION := 0.1.1
all: pacredir avahi/pacdbserve.service README.html
-arch: arch.c config.h
+arch: arch.c arch.h
$(CC) -o arch arch.c
-pacredir: pacredir.c pacredir.h config.h version.h
+pacredir: pacredir.c arch.h pacredir.h config.h version.h
$(CC) $(CFLAGS) $(LDFLAGS) -o pacredir pacredir.c
config.h: