Files
42_EXT_03_42chips/module00/ex00/Makefile
2025-03-03 14:43:44 +01:00

11 lines
123 B
Makefile

# Set the frequency of the CPU (in Hz)
F_CPU = 16000000UL
all: hex flash
hex:
flash:
clean:
rm -f main.hex main.bin