diff options
| author | Louis Burda <quent.burda@gmail.com> | 2022-08-08 19:21:29 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2022-08-08 19:21:46 +0200 |
| commit | d8a20a54b05e2c9adb5198b1439608391450dd0b (patch) | |
| tree | b6c1e472df9ceb5923d0aee4d77443b942023f62 /Makefile | |
| parent | 576e8dc70825a04af3ac9890491d348959bf19ce (diff) | |
| download | cachepc-d8a20a54b05e2c9adb5198b1439608391450dd0b.tar.gz cachepc-d8a20a54b05e2c9adb5198b1439608391450dd0b.zip | |
Added ioctl interface and debuged single access evictions
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
