dev: fix several little things *

- Makefile: remove flags -lcitro2d -lcitro3d
- .gitignore: add /mlx3ds.lst
- mlx_internal.h: header protection + little fix
This commit is contained in:
Zy 2024-10-08 19:32:03 +02:00
parent 13b93106ee
commit 97db58cd33
3 changed files with 13 additions and 6 deletions

View file

@ -65,7 +65,7 @@ LDFLAGS = -specs=3dsx.specs $(ARCH) -Wl,-Map,$(notdir $*.map)
#---------------------------------------------------------------------------------
# Libraries needed to link into the executable.
#---------------------------------------------------------------------------------
LIBS := -lcitro2d -lcitro3d -lctru -lm
LIBS := -lctru -lm
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing