summaryrefslogtreecommitdiffstats
path: root/src/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2018-07-15build: switch to meson buildsystemSebastian Reichel1-9/+0
We build the project with 'meson' now instead of using custom configure script + GNU Makefiles. To build the project, go to the project root directory and use the following commands: Building: meson build cd build ninja Update Language Files: ninja shopsystem-pot ninja shopsystem-update-po Install: DESTDIR=./tmp ninja install
2016-08-04Makefile: add all directoriesSebastian Reichel1-3/+3
2015-09-12input-device: add new daemonSebastian Reichel1-1/+1
The input-device daemon can be used instead of the serial-device daemon for barcode scanners, that are connected as HID device.
2015-04-07Make the Makefile more quietSebastian Reichel1-2/+2
2015-03-08pdf-stock: new tool for stocktakingSebastian Reichel1-1/+1
2013-03-26code restructureSebastian Reichel1-0/+9