aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-07-05 21:44:36 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-07-05 21:44:36 +0300
commitf93cbdcfa01bfa40c413d6df654957c68f067a0a (patch)
treeec068fccf9381f28b25b167b473ad1765bcccca1
parent567e5c46522c741b5513bcf042eb92e3701db440 (diff)
downloadbcgen-f93cbdcfa01bfa40c413d6df654957c68f067a0a.tar.gz
bcgen-f93cbdcfa01bfa40c413d6df654957c68f067a0a.zip
actually run bcgen in fresh repo
-rw-r--r--example/Makefile3
1 files changed, 2 insertions, 1 deletions
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