1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-06-19 06:57:54 +02:00

trace: move BeesTrace and BeesNote into their own translation unit

This allows these components to be used by test executables without
pulling in all of bees, and more rapidly iterate their code.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
Dieser Commit ist enthalten in:
Zygo Blaxell
2021-06-02 09:11:23 -04:00
Ursprung 6adaedeecd
Commit 03532effed
3 geänderte Dateien mit 155 neuen und 152 gelöschten Zeilen
+1
Datei anzeigen
@@ -20,6 +20,7 @@ BEES_OBJS = \
bees-resolve.o \
bees-roots.o \
bees-thread.o \
bees-trace.o \
bees-types.o \
ALL_OBJS = $(BEES_OBJS) $(PROGRAM_OBJS)