fixup! Switch trianglix(1) from dispd to dispmsg_issue(2).

This commit is contained in:
Jonas 'Sortie' Termansen 2023-06-10 16:24:56 +02:00
parent ce3b519991
commit 1903483c0c
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ CXXFLAGS:=$(CXXFLAGS) -std=gnu++11 -Wall -Wextra -fno-exceptions -fno-rtti -fche
BINARY:=trianglix
LIBS:=-ldispd
all: $(BINARY)
.PHONY: all install clean