mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-31 23:08:26 -04:00
4 lines
127 B
Makefile
4 lines
127 B
Makefile
noinst_LIBRARIES = libfat.a
|
|
|
|
libfat_a_SOURCES = cache.c fatchain.c open.c searchdir.c dumpdir.c
|
|
libfat_a_CFLAGS = $(AM_CFLAGS)
|