it compiles, but doesnt do anything else

Suspect due to pywal using hexcodes while st uses colornames,
This commit is contained in:
Merith-TK 2025-03-10 09:37:28 -07:00
parent 3de1345008
commit 5705e8b3cc
7 changed files with 48 additions and 4 deletions

View file

@ -4,7 +4,7 @@
include config.mk
SRC = st.c x.c
SRC = st.c x.c colors.c
OBJ = $(SRC:.c=.o)
all: st