Info1-Uebungen/ub9/Makefile

5 lines
87 B
Makefile

CLFAGS=-g -ggdb -Wall
all: strAnalyzer.c
gcc $(CLFAGS) strAnalyzer.c -o strAnalyzer