CFLAGS = +x3 +x5

OBJ = lotto.o data.o led.o beep.o rand.o

lotto: $(OBJ)
	ln $(OBJ) -lc
