Compare commits
No commits in common. "3ce869657a5a0ca5492e1a769e7c9d1a6b03b454" and "ba0fc142d448c4278623a4a26023b5ef394d8e72" have entirely different histories.
3ce869657a
...
ba0fc142d4
2
Makefile
2
Makefile
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue