Fix osx target -> machos
This commit is contained in:
parent
d844c9dd1f
commit
e49ff6d2d0
|
|
@ -20,7 +20,7 @@ DEPS=$(OBJECTS:.o=.d)
|
|||
%.o: %.c
|
||||
$(CC) $(CFLAGS) $(INCLUDE) -o $@ -c $<
|
||||
|
||||
.PHONY: clean linux osx
|
||||
.PHONY: clean linux macosx
|
||||
|
||||
# TODO: Pass through platform when building liblua.
|
||||
liblua:
|
||||
|
|
|
|||
Loading…
Reference in New Issue