Pushing st changes

This commit is contained in:
Jonathan Hodgson 2024-02-15 11:30:59 +00:00
parent d1da014b09
commit 2848c9bb2f
2 changed files with 3 additions and 3 deletions

View file

@ -1,11 +1,11 @@
# st - simple terminal
# See LICENSE file for copyright and license details.
.POSIX:
include config.mk
SRC = st.c x.c boxdraw.c
OBJ = $(SRC:.c=.o)
PREFIX = /usr/local
all: options st