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 | 942f7c0a040dd154a8c3b9075baadcec81884748 (patch) | |
| tree | 3cbbd7c3b8e77f99a1bec62bd80863b765dd0f6f /bin/Makefile | |
| parent | Generate scheme.h (diff) | |
| download | src-942f7c0a040dd154a8c3b9075baadcec81884748.tar.gz src-942f7c0a040dd154a8c3b9075baadcec81884748.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 |