Fix osx target -> machos

This commit is contained in:
Max 2018-12-21 03:30:13 +00:00
parent d844c9dd1f
commit e49ff6d2d0
1 changed files with 58 additions and 58 deletions

View File

@ -20,7 +20,7 @@ DEPS=$(OBJECTS:.o=.d)
%.o: %.c %.o: %.c
$(CC) $(CFLAGS) $(INCLUDE) -o $@ -c $< $(CC) $(CFLAGS) $(INCLUDE) -o $@ -c $<
.PHONY: clean linux osx .PHONY: clean linux macosx
# TODO: Pass through platform when building liblua. # TODO: Pass through platform when building liblua.
liblua: liblua: