summaryrefslogtreecommitdiff
path: root/schulung_tools/mtrace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'schulung_tools/mtrace/Makefile')
-rw-r--r--schulung_tools/mtrace/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/schulung_tools/mtrace/Makefile b/schulung_tools/mtrace/Makefile
new file mode 100644
index 0000000..224a9fa
--- /dev/null
+++ b/schulung_tools/mtrace/Makefile
@@ -0,0 +1,7 @@
+leak: leak.c
+ gcc -g -O0 -o$@ $<
+
+clean:
+ rm -f leak
+
+.PHONY: clean