diff options
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 |
