commit a546783
chld
·
2026-07-22 00:24:17 +0000 UTC
parent aaf89d8
stop linking sdl
1 files changed,
+1,
-1
M
makefile
M
makefile
+1,
-1
1@@ -1,5 +1,5 @@
2 SRC=cotton
3-LIB=`pkg-config --libs sdl2` -lbe
4+LIB=-lbe
5 SRCS=src/cotton.c src/interpreter.c src/cottonwindow.cpp src/main.c
6 CFLAG=-g -Wall -Wextra
7