makefile fixed

This commit is contained in:
devfix 2019-06-18 10:16:58 +02:00
parent 377aa5a8f0
commit bc13f747dd
3 changed files with 3 additions and 5 deletions

View file

@ -1 +1 @@
avrdude -c $(PROGRAMMER) -Pusb -p m16 2>&1 | grep 'Device signature =' | awk -F 'probably ' '{print $2}' | head -c-2
avrdude -c "$1" -Pusb -p m16 2>&1 | grep 'Device signature =' | awk -F 'probably ' '{print $2}' | head -c-2