Skip to content
Snippets Groups Projects
Makefile 102 B
Newer Older
  • Learn to ignore specific revisions
  • mmap: mmap.c
    	gcc mmap.c -o mmap -static -O3
    
    run: ./mmap
    	./mmap
    
    strace: ./mmap
    	strace -ff ./mmap