2024-11-25 14:22:45 +01:00

5 lines
87 B
Makefile

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