X-Git-Url: http://git.rot13.org/?p=digitaldcpower;a=blobdiff_plain;f=Makefile;h=2c9b2bc52e8e93624e1a0adef9da7dc9faa69a3f;hp=68df9087e8c98cac67605920963d18098c91a91e;hb=ea8a47d03e7f08d0711b9d19bfea7d6b650a2c61;hpb=f175c2f754674126d5ed6f8ffda6af7927444108 diff --git a/Makefile b/Makefile index 68df908..2c9b2bc 100644 --- a/Makefile +++ b/Makefile @@ -58,6 +58,7 @@ ddcp-script-getval: ddcp-script-getval.c gcc -Wall -o ddcp-script-getval ddcp-script-getval.c ddcp-script-ttyinit: ddcp-script-ttyinit.c gcc -Wall -o ddcp-script-ttyinit ddcp-script-ttyinit.c +ddcp: ddcp-script-setval ddcp-script-getval ddcp-script-ttyinit #------------------- size: avr-size *.elf @@ -73,7 +74,7 @@ help: @echo "Test programs:" @echo "Usage: make test_lcd|load_test_lcd|test_dac|load_test_dac" @echo " compile and load test programs" - @echo "Usage: make ddcp-script-ttyinit" + @echo "Usage: make ddcp" @echo " compile unix program to set serial line speed such that one can use scripts to change settings" #------------------- main.hex: main.elf