You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
189 B

  1. CFLAGS=-Wall -Werror
  2. all: read calibrate
  3. serial-util.o: serial-util.h
  4. read.o: serial-util.h
  5. calibrate.o: serial-util.h
  6. read: read.o serial-util.o
  7. calibrate: calibrate.o serial-util.o