summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTheron <tspiegl@gmail.com>2020-06-26 21:23:09 -0500
committerTheron <tspiegl@gmail.com>2020-06-26 21:23:09 -0500
commit5032c82cf3104f90801c105e1e46b3f1a68de8c1 (patch)
treeb8fb3f056e236e269e6fe5828ca627006713f55f /Makefile
parent3a94bd17f334028dd1018af4eea41ae0e339bb01 (diff)
think it's working?
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6025b29..1cb0513 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CC = gcc
CFLAGS = -Wall
SOURCES = $(addprefix src/, whatfiles.c attach.c utilities.c hashmap.c strings.c)
-ARCH_DIR = $(shell uname -p)
+ARCH_DIR = $(shell uname -m)
all: bin/whatfiles