0.8.4 update, scroll added as separate prog

This commit is contained in:
Luke Smith
2021-02-05 22:14:48 -05:00
parent 73c034ba05
commit fa3c401390
15 changed files with 493 additions and 585 deletions

View File

@@ -1,19 +1,15 @@
# st version
VERSION = 0.8.2
VERSION = 0.8.4
# Customize below to fit your system
# paths
PREFIX ?= /usr/local
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib
# include X11 in Ubuntu
# X11INC = /usr/include/X11R6
# X11LIB = /usr/lib/X11R6
PKG_CONFIG = pkg-config
# includes and libs
@@ -34,8 +30,8 @@ STLDFLAGS = $(LIBS) $(LDFLAGS)
# OpenBSD:
#CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
#LIBS = -L$(X11LIB) -lm -lX11 -lutil -lXft \
# `pkg-config --libs fontconfig` \
# `pkg-config --libs freetype2`
# `$(PKG_CONFIG) --libs fontconfig` \
# `$(PKG_CONFIG) --libs freetype2`
# compiler and linker
# CC = c99