From fd2d93f4a97ab5a3bc18764c353b971b4035ac6a Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Tue, 5 May 2026 16:05:19 +0800 Subject: Defined basic DOM operations. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7c9c6c3..f10ad4c 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ CC = cc CFLAGS = -std=c11 -Wall -Wextra -Wpedantic -g -O0 LDFLAGS = -HDRS = wv_mem.h wv_err.h -SRCS = wv_mem.c wv_main.c +HDRS = wv_mem.h wv_err.h wv_dom.h +SRCS = wv_mem.c wv_dom.c wv_main.c OBJS = $(SRCS:.c=.o) TARGET = webview -- cgit v1.2.3