From d8a20a54b05e2c9adb5198b1439608391450dd0b Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Mon, 8 Aug 2022 19:21:29 +0200 Subject: Added ioctl interface and debuged single access evictions --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3-71-gd317