Skip to content
Snippets Groups Projects
Makefile 102 B
Newer Older
mmap: mmap.c
	gcc mmap.c -o mmap -static -O3

run: ./mmap
	./mmap

strace: ./mmap
	strace -ff ./mmap