diff options
| author | ame <[email protected]> | 2024-04-15 09:25:47 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-04-15 09:25:47 -0500 |
| commit | 57bcb501dbb0a1eea78697b9669b99084d4bbe87 (patch) | |
| tree | 3826d2e9d10b6a279cb43acc396df5711af019f9 | |
| parent | 862252871f5d0b35c9b043fd16e363f4dc3f7f0e (diff) | |
this works
| -rw-r--r-- | makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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)
|
