aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Matthew Wozniak <me@woz.blue> 2024-11-04 11:56:25 -0500
committerGravatar Matthew Wozniak <me@woz.blue> 2024-11-04 13:26:49 -0500
commit09c6eab77771198f63860aa0c612b324d5ea09d5 (patch)
tree2eaef4291353ce03f171cb27024f0df3271c651a /Makefile
parent3c19c509af38424cd04df53e1af7ef1b20a191ef (diff)
downloadrt-09c6eab77771198f63860aa0c612b324d5ea09d5.tar.gz
rt-09c6eab77771198f63860aa0c612b324d5ea09d5.zip
switch from using getopt to mike's opt.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)