FAT16 library written for an ATmega project with SD card
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c-fat16/Makefile

8 lines
94 B

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