From 09c6eab77771198f63860aa0c612b324d5ea09d5 Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Mon, 4 Nov 2024 11:56:25 -0500 Subject: switch from using getopt to mike's opt.h --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 94bf072..40fe2a6 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ WARNINGS=-Wall -Wpedantic -Wextra -Wno-gnu-zero-variadic-macro-arguments \ override CFLAGS+=-m32 -flto -I3p -std=c23 override LDFLAGS+=-lmf -lmfplat -lmfuuid -lmfreadwrite -lstrmiids -OBJS = main.o api.o 3p/sst/x86.o 3p/ms/getopt.o hook.o render.o +OBJS = main.o api.o 3p/sst/x86.o hook.o render.o all: rt.exe rt.exe: $(OBJS) -- cgit v1.2.3-54-g00ecf