CFLAGS=-ansi -pedantic -Wall

#go: python
go: python c

c: malloc-free-mmap-munmap
	strace -f ./malloc-free-mmap-munmap

python:
	./this-pylint --to-pylint python-mmap-munmap
	strace -f ./python-mmap-munmap

clean:
	rm -f malloc-free-mmap-munmap