diff options
| author | June McEnroe <june@causal.agency> | 2018-08-20 23:24:39 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2018-08-20 23:24:39 -0400 |
| commit | 911274a7a166585dc4dcf052c0504eabb33df76e (patch) | |
| tree | 73608fe1ab57647a97e9b05ccfa1e21af3fb12a3 /bin/Makefile | |
| parent | Generate scheme.h (diff) | |
| download | src-911274a7a166585dc4dcf052c0504eabb33df76e.tar.gz src-911274a7a166585dc4dcf052c0504eabb33df76e.zip | |
Use scheme.h in fbatt and fbclock
Diffstat (limited to 'bin/Makefile')
| -rw-r--r-- | bin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile index 5ccf614a..6e92483d 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -21,6 +21,8 @@ tags: *.c scheme.h: scheme ./scheme -c > scheme.h +fbatt.o fbclock.o: scheme.h + atch: dtch ln -f dtch atch |