X-Git-Url: https://git.gag.com/?p=fw%2Fstlink;a=blobdiff_plain;f=flash%2FMakefile.am;fp=flash%2FMakefile.am;h=180dde0c3b4c35934c338fd4948203f7b61c52ce;hp=0000000000000000000000000000000000000000;hb=4fe72146e838189ac952d95aed6cebb19e98e3f2;hpb=b0a477d2a7deaf628013a9a8651f5c10f180e5d0 diff --git a/flash/Makefile.am b/flash/Makefile.am new file mode 100644 index 0000000..180dde0 --- /dev/null +++ b/flash/Makefile.am @@ -0,0 +1,7 @@ +bin_PROGRAMS=st-flash + +AM_CFLAGS = -I${top_srcdir}/src $(LIBUSB_CFLAGS) $(WARN_CFLAGS) + +st_flash_LDADD = ${top_builddir}/src/libstlink.la + +st_flash_SOURCES = main.c