Files
bouwhuim.nikhef.nl dee2668a61 newest version WRPC
2013-09-10 08:08:59 +00:00

8 lines
96 B
Makefile

all: libw1.a
libw1.a: w1.o w1-eeprom.o w1-hw.o w1-temp.o
ar r $@ $^
clean:
rm -f *.o *.a *~