summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2012-05-16 21:32:42 +0200
committerSebastian Reichel <sre@ring0.de>2012-05-16 21:32:42 +0200
commit0a2c6b377209b8bf29fa53fa1a2c6ebf13a7c570 (patch)
tree496f2a0f36b863a003af13af14615a943bdcf04c /Makefile
parent496fc7e418d8798565efd65a26280c05368c08dd (diff)
downloadserial-barcode-scanner-0a2c6b377209b8bf29fa53fa1a2c6ebf13a7c570.tar.bz2
code refactor + changed status led meaning
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d993f3..0c33e42 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
PREFIX=/usr/local
-barcode-scanner: main.vala serial.vala web.vala db.vala
+barcode-scanner: main.vala device.vala web.vala db.vala
valac-0.16 --output $@ --pkg posix --pkg linux --pkg libsoup-2.4 --pkg sqlite3 $^
install: barcode-scanner