diff options
author | Brett Weiland <brett_weiland@bpcspace.com> | 2021-01-01 16:46:17 -0600 |
---|---|---|
committer | Brett Weiland <brett_weiland@bpcspace.com> | 2021-01-01 16:46:17 -0600 |
commit | 0c0f82a22b06db424d0cf1d49ac2d6e066284d4f (patch) | |
tree | 4ecb6e626f96f8fcc237c334fc6e48f948a756f8 /makefile | |
parent | c8b3250f15ac75d60991b3ad2562209e853cc6f4 (diff) |
modified: gradient.h
modified: led_gradient.c
modified: makefile
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +3,4 @@ make tester: make clear: gcc -o led_clear led_clear.c -lws2811 -lm make grad: - gcc -o grad led_gradient.c -lws2811 -lm -lncurses + gcc -o grad led_gradient.c -lws2811 -lm -lncurses -ggdb |