Commit Graph

16 Commits (master)

Author SHA1 Message Date
Christopher Wellons b6bbbc56c2 Do not set EXE, accept value from environment
When building this program for Windows, users need only have EXE=.exe in
their environment for the Makefile to behave well.
2021-02-14 12:41:38 -05:00
Christopher Wellons a07053778f Add LDFLAGS and LDLIBS to Makefile 2020-05-18 22:37:30 +00:00
Christopher Wellons 6af0168662 Add EXE definition to Makefile
This helps with building for Windows:
make CC=x86_64-w64-mingw32-gcc EXE=.exe
2020-05-18 22:36:15 +00:00
Christopher Wellons 3abfeb2e00 Add -Wno-missing-field-initializers to CFLAGS
This is warning is annoying and is making too much noise.
2020-05-18 22:35:53 +00:00
Ingo Lohmar 14c8e82fc7 Fix 'make install': correct permissions for executable 2018-05-19 13:51:04 +02:00
Christopher Wellons 96d78c583f Use -f option for both install and uninstall 2017-07-24 12:27:57 -04:00
Christopher Wellons 949c649d90 Add install and uninstall targets (with PREFIX). 2017-07-11 15:48:17 -04:00
Christopher Wellons 72544c4301 Move sources under src/. 2017-03-05 20:26:31 -05:00
Christopher Wellons 67b82606c6 Add a key agent. 2017-03-05 15:55:11 -05:00
Christopher Wellons c45ef91c95 Improved amalgamation. 2017-03-05 13:03:20 -05:00
Christopher Wellons 55b98dfaf4 Add amalgamation build. 2017-03-05 12:54:57 -05:00
Christopher Wellons 3fcfa2bc39 Break up large string constants. 2017-03-04 22:35:48 -05:00
Christopher Wellons 41f92082aa Flesh out some interface. 2017-03-03 13:08:36 -05:00
Christopher Wellons 5b50281100 Add authentication checksum. 2017-03-03 11:22:36 -05:00
Christopher Wellons 8c5f0c9d21 Working stuff. 2017-03-03 10:28:45 -05:00
Christopher Wellons e5ce79e489 Working. 2017-03-03 08:25:57 -05:00