Compare commits

..

No commits in common. "3ce869657a5a0ca5492e1a769e7c9d1a6b03b454" and "ba0fc142d448c4278623a4a26023b5ef394d8e72" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ $(OBJDIR)/platform:
mkdir -p $(OBJDIR)/platform mkdir -p $(OBJDIR)/platform
$(OBJDIR)/%.o: $(SRCDIR)/%.c $(OBJDIR)/%.o: $(SRCDIR)/%.c
$(CC) -c -std=c11 -o $@ $< $(CFLAGS) $(DEFCFLAGS) $(INCLUDE) $(CC) -c -o $@ $< $(CFLAGS) $(DEFCFLAGS) $(INCLUDE)
$(OUT): $(OBJDIR)/platform $(OBJ) $(OUT): $(OBJDIR)/platform $(OBJ)
$(CC) -o $@ $(OBJ) $(LDFLAGS) $(DEFLDFLAGS) $(CC) -o $@ $(OBJ) $(LDFLAGS) $(DEFLDFLAGS)

View File

@ -10,7 +10,7 @@ Supported platforms
-- --
Was tested on: Was tested on:
- FreeBSD 13.2 - FreeBSD 13.2
- Windows 11 (MSVC) - Windows 11 (both MinGW and MSVC)
- Linux 6.5.8 (glibc 2.38-7) - Linux 6.5.8 (glibc 2.38-7)
Building Building