Automatically load program load offset

This commit is contained in:
kamkow1
2025-03-09 17:49:38 +01:00
parent bb8eafbe32
commit 3cd61ab871
4 changed files with 436 additions and 1 deletions

View File

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