5 lines
87 B
Makefile
5 lines
87 B
Makefile
CLFAGS=-g -ggdb -Wall
|
|
|
|
all: strAnalyzer.c
|
|
gcc $(CLFAGS) strAnalyzer.c -o strAnalyzer
|