summaryrefslogtreecommitdiffstats
path: root/src/pdf-invoice/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdf-invoice/Makefile')
-rw-r--r--src/pdf-invoice/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/pdf-invoice/Makefile b/src/pdf-invoice/Makefile
new file mode 100644
index 0000000..2a5d2a4
--- /dev/null
+++ b/src/pdf-invoice/Makefile
@@ -0,0 +1,9 @@
+all: pdf-invoice
+
+pdf-invoice: pdf-invoice.vala ../price.vapi
+ valac --pkg pangocairo --pkg posix --pkg gio-2.0 $^
+
+clean:
+ rm -rf pdf-invoice
+
+.PHONY: all clean