From 57bcb501dbb0a1eea78697b9669b99084d4bbe87 Mon Sep 17 00:00:00 2001 From: ame Date: Mon, 15 Apr 2024 09:25:47 -0500 Subject: this works --- makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 4ef9b6c..53e7f2b 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,3 @@ -#todo: msys2 stuff - CC := clang CFLAGS := -fPIC LFLAGS := -lm -shared @@ -13,10 +11,6 @@ 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