diff options
author | Matthew Wozniak <me@woz.blue> | 2024-11-04 11:56:25 -0500 |
---|---|---|
committer | Matthew Wozniak <me@woz.blue> | 2024-11-04 13:26:49 -0500 |
commit | 09c6eab77771198f63860aa0c612b324d5ea09d5 (patch) | |
tree | 2eaef4291353ce03f171cb27024f0df3271c651a /Makefile | |
parent | 3c19c509af38424cd04df53e1af7ef1b20a191ef (diff) | |
download | rt-09c6eab77771198f63860aa0c612b324d5ea09d5.tar.gz rt-09c6eab77771198f63860aa0c612b324d5ea09d5.zip |
switch from using getopt to mike's opt.h
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |