diff options
| author | ame <[email protected]> | 2024-04-15 08:29:28 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-04-15 08:29:28 -0500 |
| commit | 862252871f5d0b35c9b043fd16e363f4dc3f7f0e (patch) | |
| tree | 4ced582c86ef1649f3627de5dfa69163d972a3ce /makefile | |
| parent | 89c9c2e56c8b547ee0b0e104798c609d8d307f5e (diff) | |
makefile
Diffstat (limited to 'makefile')
| -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)
|
