diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-07-05 21:44:36 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-07-05 21:44:36 +0300 |
| commit | f93cbdcfa01bfa40c413d6df654957c68f067a0a (patch) | |
| tree | ec068fccf9381f28b25b167b473ad1765bcccca1 | |
| parent | 567e5c46522c741b5513bcf042eb92e3701db440 (diff) | |
| download | bcgen-f93cbdcfa01bfa40c413d6df654957c68f067a0a.tar.gz bcgen-f93cbdcfa01bfa40c413d6df654957c68f067a0a.zip | |
actually run bcgen in fresh repo
| -rw-r--r-- | example/Makefile | 3 |
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 |
