Commit 2c6f9cd6f8eb0628efc72fb693eadf9de5a54818
1 parent
ef42674f
Modification de la version de gavrasm
Utilisation de celle de TP directement, au cas où elle ait été modifiée.
Showing
3 changed files
with
1 additions
and
1 deletions
Show diff stats
Makefile
... | ... | @@ -22,7 +22,7 @@ SOURCES=$(wildcard *.txt) |
22 | 22 | wine scripts/Compilateur.exe scripts/gram.txt "$<" "$@" |
23 | 23 | |
24 | 24 | %.hex: %.asm |
25 | - scripts/gavrasm "$<" | |
25 | + wine scripts/gavrasm.exe "$<" | |
26 | 26 | |
27 | 27 | %.upload: %.hex |
28 | 28 | avrdude -C scripts/avrdude.conf -v -p atmega2560 -c wiring -P /dev/ttyACM0 -b 115200 -D -U flash:w:"$<":i | ... | ... |
scripts/gavrasm deleted
No preview for this file type
No preview for this file type