Makefile: add config.h to dist and as dependency - saait - the most boring stat… | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit a3f01e9be49a6bc58a8588ea3cafda315a0e9d55 | |
parent 5e57d36c6f70c3c8a1233a2276e51a89fad910d4 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 26 May 2018 12:33:40 +0200 | |
Makefile: add config.h to dist and as dependency | |
Diffstat: | |
M Makefile | 3 ++- | |
1 file changed, 2 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -5,7 +5,8 @@ VERSION = 0.2 | |
SRC = \ | |
saait.c | |
HDR = \ | |
- arg.h | |
+ arg.h\ | |
+ config.h | |
BIN = \ | |
saait | |
MAN1 = \ |