summaryrefslogtreecommitdiffstats
path: root/strace-notebook/Makefile
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-10-06 13:08:47 -0400
committerColin Walters <walters@verbum.org>2010-10-06 13:09:24 -0400
commit5bf074cf9b2fced09d57098aa0bbfe4cca6a3bdb (patch)
tree451f6fd52108279d9220eb15f0576d89f51fc903 /strace-notebook/Makefile
parent71871a96cc0ba2605f9049f81c749a34849f3d97 (diff)
downloadhomegit-MOVED-TO-GNOME-5bf074cf9b2fced09d57098aa0bbfe4cca6a3bdb.tar.gz
homegit-MOVED-TO-GNOME-5bf074cf9b2fced09d57098aa0bbfe4cca6a3bdb.tar.xz
homegit-MOVED-TO-GNOME-5bf074cf9b2fced09d57098aa0bbfe4cca6a3bdb.zip
strace-notebook: New toy vala project
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 $@