@@ -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
The note is not visible to the blocked user.