all: test-scancodes

clean:
	rm -f *.o test-scancodes

test-scancodes: test-scancodes.o

test-scancodes.o: test-scancodes.c


