8 lines
131 B
Makefile
8 lines
131 B
Makefile
include ../Makefile
|
|
|
|
build:
|
|
zip Lab1PrepAAR.zip *.c *.ino *.pdf *.png
|
|
|
|
clean:
|
|
rm -f Lab1PrepAAR.zip TestEncoderAAR TwoSensorsAAR
|