Skip to content
Snippets Groups Projects
Makefile 206 B
Newer Older
cnlohr's avatar
cnlohr committed
all : testtop

cnlohr's avatar
cnlohr committed
# to make CI happy.
cnlohr's avatar
cnlohr committed
testtop.hidapi.elf : testtop.c
cnlohr's avatar
cnlohr committed
	gcc -o $@ $^ -I../../../minichlink -ludev

cnlohr's avatar
cnlohr committed
testtop : testtop.c
	gcc -o $@ $^ -I../../../minichlink -ludev

clean :
	rm -rf *.o *~ testtop