Corrected install docs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-12-09 12:43:08 +00:00
parent f1ec272e28
commit 1a93b07f73
2 changed files with 7 additions and 8 deletions

View File

@ -1,9 +1,11 @@
all: ledcontroller
ledcontroller: main.c
gcc -o $@ $^ `pkg-config libusb-1.0 --cflags --libs`
docs:
doxygen
clean:
rm ledcontroller
rm -f ledcontroller
rm -rf docs