5 lines
90 B
Makefile
5 lines
90 B
Makefile
|
|
AM_CFLAGS=-Wall -g -O0 -Werror
|
|
bin_PROGRAMS=fatcopy
|
|
fatcopy_SOURCES=ff.c main.c diskio.c
|