it compiles, but doesnt do anything else
Suspect due to pywal using hexcodes while st uses colornames,
This commit is contained in:
parent
3de1345008
commit
5705e8b3cc
7 changed files with 48 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue