From 862252871f5d0b35c9b043fd16e363f4dc3f7f0e Mon Sep 17 00:00:00 2001 From: ame Date: Mon, 15 Apr 2024 08:29:28 -0500 Subject: makefile --- makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makefile b/makefile index 331f60a..4ef9b6c 100644 --- a/makefile +++ b/makefile @@ -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) -- cgit v1.2.3