first milestone reached

This commit is contained in:
Tonton Th
2026-05-27 16:25:47 +02:00
parent 2b13f88f87
commit aa226bb38e
17 changed files with 197 additions and 31 deletions

9
Code/common/Makefile Normal file
View File

@@ -0,0 +1,9 @@
#
# MYRYS ROVER COMMON CODE
#
COPT = -g -Wall -DDEBUG_LEVEL=0
protocol.o: protocol.c protocol.h Makefile
gcc -c $(COPT) $< -o $@