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