From f93cbdcfa01bfa40c413d6df654957c68f067a0a Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 5 Jul 2023 21:44:36 +0300 Subject: actually run bcgen in fresh repo --- example/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/Makefile b/example/Makefile index 66c96a0..0bce1ec 100644 --- a/example/Makefile +++ b/example/Makefile @@ -8,7 +8,8 @@ exec: bcode.o main.o bcode.o: ../bcode.c $(CC) $(CFLAGS) -c $^ -o $@ -../bcode.c: rules.py +../bcode.c: ../gen/select.h +../gen/select.h: rules.py cd .. && ./bcgen example/rules.py touch ../bcode.c # just to get make to wake up -- cgit v1.3