]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blame - fx2lib/examples/bulkloop/Makefile
Don't ship the .git/ directory in the tarball.
[sigrok-firmware-fx2lafw.git] / fx2lib / examples / bulkloop / Makefile
CommitLineData
3608c106
UH
1FX2LIBDIR=../../
2BASENAME = bulkloop
3SOURCES=bulkloop.c
4A51_SOURCES=dscr.a51
5PID=0x1004
6
7include $(FX2LIBDIR)lib/fx2.mk
8
9
10test: test.cpp
11 g++ -o test test.cpp -lusb-1.0
12