summaryrefslogtreecommitdiffstats
path: root/strace-notebook/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'strace-notebook/Makefile')
-rw-r--r--strace-notebook/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/strace-notebook/Makefile b/strace-notebook/Makefile
new file mode 100644
index 0000000..cb0dace
--- /dev/null
+++ b/strace-notebook/Makefile
@@ -0,0 +1,2 @@
+strace-notebook: strace-notebook.vala
+ valac -g --pkg gee-1.0 --pkg gtk+-2.0 $< -o $@