6 lines
73 B
Makefile
6 lines
73 B
Makefile
CFLAGS=-ggdb -g -Wall
|
|
all: crc_validate
|
|
|
|
clean:
|
|
rm -f *.o crc_validate
|
|
|