index
:
manut/vorlesung
master
schulung
vorlesung
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
schulung_tools
/
mtrace
/
Makefile
blob: 5c7b015ea6c923820c1edd51b1e4f0beaaba4cf2 (
plain
)
1
2
3
4
5
6
7
leak: leak.c gcc -pie -fPIC -g -O0 -o$@ $< clean: rm -f leak .PHONY: clean