1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-17 01:56:16 +02:00

build: move BEES_VERSION to a separate C file to avoid unnecessary building

Every git commit was causing bees.cc and bees-hash.cc to be rebuilt,
which was expensive and unnecessary.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell
2017-01-09 23:23:05 -05:00
parent 6980935463
commit 1b261b1ba7
5 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,3 @@
#include "bees-version.h"
#include "bees.h"
#include "crucible/limits.h"