remove things that aren't mechatronics lab1

This commit is contained in:
2023-10-15 15:29:46 +01:00
parent 015b5d6a08
commit fe80d4c70e
203 changed files with 7 additions and 5392 deletions

View File

@@ -1,4 +1,11 @@
CFLAGS=-lm
build:
zip Lab1PrepAAR.zip *.c *.ino *.pdf *.png
%.c:
$(CC) $(CFLAGS) -c $< -o $*
clean:
rm -f Lab1PrepAAR.zip TestEncoderAAR TwoSensorsAAR