summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a03f079..19c2879 100755
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,9 @@ load:
read: read.c
$(CC) -o $@ $<
+access: access.c src/cachepc_user.h
+ $(CC) -o $@ $< -I src
+
test: load read
@./read