CC=mipsel-linux-gcc
OBJ=74LV165_test

all:
	$(CC) -o $(OBJ) 74LV165_test.c

