diff options
author | Sebastian Reichel <sre@ring0.de> | 2012-05-16 03:41:55 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2012-05-16 03:41:55 +0200 |
commit | 1551de799e8b9b2adbce0116a3d8729626229070 (patch) | |
tree | c7f2db15226565e148b4bb8d732109e340640eee /Makefile | |
parent | 3db0f84468ac77baf1fe5cfb1c1a766a629cb7f1 (diff) | |
download | serial-barcode-scanner-1551de799e8b9b2adbce0116a3d8729626229070.tar.bz2 |
add lokal backend
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ PREFIX=/usr/local -barcode-scanner: main.vala serial.vala web.vala - valac-0.16 --output $@ --pkg posix --pkg linux --pkg libsoup-2.4 $^ +barcode-scanner: main.vala serial.vala web.vala db.vala + valac-0.16 --output $@ --pkg posix --pkg linux --pkg libsoup-2.4 --pkg sqlite3 $^ install: barcode-scanner install -m755 barcode-scanner $(DESTDIR)$(PREFIX)/bin/barcode-scanner |