summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-08-08 19:21:29 +0200
committerLouis Burda <quent.burda@gmail.com>2022-08-08 19:21:46 +0200
commitd8a20a54b05e2c9adb5198b1439608391450dd0b (patch)
treeb6c1e472df9ceb5923d0aee4d77443b942023f62 /Makefile
parent576e8dc70825a04af3ac9890491d348959bf19ce (diff)
downloadcachepc-d8a20a54b05e2c9adb5198b1439608391450dd0b.tar.gz
cachepc-d8a20a54b05e2c9adb5198b1439608391450dd0b.zip
Added ioctl interface and debuged single access evictions
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