Commit Graph

12 Commits

Author SHA1 Message Date
Coelacanthus 54b4ae14f8
chore: refine Makefile with Makefile Conventions
Users can now do the following:
- use DESTDIR to specify another root dir
- use PREFIX to specify another install path except for /usr/local,
  e.g. /usr for the system package.
- load custom CFLAGS and LDFLAGS from environment variables
- use CC to specify the C compiler

These features are helpful to package it into Linux Distribution.

Signed-off-by: Coelacanthus <CoelacanthusHex@gmail.com>
2023-05-27 22:35:58 +08:00
Mark Qvist b4a80a1e7a Cleaned install output 2020-09-28 11:11:27 +02:00
Mark Qvist 8944821ba8 Added mandb update to makefile 2020-09-28 11:07:10 +02:00
Alexander W. Janssen 015f8a73fb now makefile for real. 2020-09-12 14:34:03 +02:00
Mark Qvist d3ff2f207a Updated makefile 2020-06-24 14:01:35 +02:00
Mark Qvist 5c8ddcd992 Merge branch 'valentintintin-tcp-kiss' 2020-06-24 12:31:17 +02:00
Mark Qvist dada2f3775 Makefile update 2020-06-24 12:28:49 +02:00
Valentin Saugnier 41086b2e0c Add TCP Kiss 2020-06-16 21:55:25 +02:00
Mark Qvist 506d4659a1 Updated makefile 2020-05-27 10:39:35 +02:00
Mark Qvist 57f0336fda Compile fix on armhf 2020-05-26 21:37:21 +02:00
Mark Qvist f81f856a66 Serial driver and basic KISS interface implemented 2020-05-25 16:31:55 +02:00
Mark Qvist a91ab8e5ea Initial commit 2020-05-25 13:29:33 +02:00