List symbols from symtab

This commit is contained in:
2025-03-10 12:36:21 +01:00
parent 31f6fa1cc1
commit 6687646a53
3 changed files with 112 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
CC=gcc
CFLAGS=-MD -MP -ggdb -I./mujs
LDFLAGS=-lm
LDFLAGS=-lm -lelf
SRCS=debugus.c linenoise.c hash.c pmparser.c
OBJS=$(patsubst %.c,%.o,$(SRCS))
DEPS=$(patsubst %.c,%.d,$(SRCS))