1
0

proj/intercept.c: Add capability to show line numbers

This commit is contained in:
2025-05-05 20:31:11 +02:00
parent 439e5a87ae
commit ce43c286a3
3 changed files with 193 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
CC=gcc
CFLAGS=-std=c99 -pedantic -Wall -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_POSIX_C_SOURCE=200809L -g
CFLAGS=-std=c99 -pedantic -Wall -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_POSIX_C_SOURCE=200809L
.PHONY: all clean
all: default