diff options
| -rw-r--r-- | makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,10 @@ OBJS := $(SRCS:.c=.o) ifeq ($(OS),Windows_NT)
LFLAGS += -llua -lws2_32
TARGET := $(TARGET:.so=.dll)
+else ifeq ($(UNAME_S),Linux)
+ #nothing
+else
+ $(warning untested os, using linux defaults)
endif
all: $(TARGET)
|
