diff options
author | June McEnroe <june@causal.agency> | 2018-08-20 23:03:54 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-08-20 23:03:54 -0400 |
commit | fb92a2f9abfcd7e64687a19d9846521795063fb3 (patch) | |
tree | c2f52b6ae175274e5049ca95a34e58c245ec1661 /bin/Makefile | |
parent | Add dependencies on gfx.h (diff) | |
download | src-fb92a2f9abfcd7e64687a19d9846521795063fb3.tar.gz src-fb92a2f9abfcd7e64687a19d9846521795063fb3.zip |
Generate scheme.h
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile index 677b5673..5ccf614a 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -13,11 +13,14 @@ bsd: any $(BSD_BINS) linux: any $(LIN_BINS) .gitignore: Makefile - echo tags $(ALL_BINS) scheme.png | tr ' ' '\n' > .gitignore + echo tags scheme.h *.o $(ALL_BINS) scheme.png | tr ' ' '\n' > .gitignore tags: *.c ctags -w *.c +scheme.h: scheme + ./scheme -c > scheme.h + atch: dtch ln -f dtch atch |