diff options
| author | joeycastillo <joeycastillo@utexas.edu> | 2023-06-29 16:17:19 -0400 |
|---|---|---|
| committer | joeycastillo <joeycastillo@utexas.edu> | 2023-06-29 16:17:19 -0400 |
| commit | b49259e4e0172c5025c95ea12fda13f9f71ebb0b (patch) | |
| tree | df569d18fd9722ebd8bae6088fa49520d66c321a /movement/make | |
| parent | 05e069ead138997449ef3bd53f596886af71f916 (diff) | |
| download | Sensor-Watch-b49259e4e0172c5025c95ea12fda13f9f71ebb0b.tar.gz Sensor-Watch-b49259e4e0172c5025c95ea12fda13f9f71ebb0b.tar.bz2 Sensor-Watch-b49259e4e0172c5025c95ea12fda13f9f71ebb0b.zip | |
add basic flashlight function
Diffstat (limited to 'movement/make')
| -rw-r--r-- | movement/make/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile index 74d4b90b..8b056a02 100644 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -115,6 +115,7 @@ SRCS += \ ../watch_faces/complication/toss_up_face.c \ ../watch_faces/complication/geomancy_face.c \ ../watch_faces/clock/simple_clock_bin_led_face.c \ + ../watch_faces/complication/flashlight_face.c \ # New watch faces go above this line. # Leave this line at the bottom of the file; it has all the targets for making your project. |
