FAT16 library written for an ATmega project with SD card
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
c-fat16/Makefile

7 lines
94 B

all: main
main: main.c
gcc -g -Wall -std=gnu99 main.c fat16.c -o test -g
run: main
./test