dmenu

My custom build of dmenu.
git clone https://git.mtkn.jp/dmenu
Log | Files | Refs | README | LICENSE

commit 8d9909637bbe594fd101240e2d2fae9d0ead41a5
parent f57a37dba8ebd69b9dab83a32266eef1bb7c7814
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Tue,  7 Mar 2023 19:33:32 +0900

change compiler setting

Diffstat:
MMakefile | 1-
Mconfig.mk | 2+-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -3,7 +3,6 @@ include config.mk -CC = tcc SRC = drw.c dmenu.c stest.c util.c OBJ = $(SRC:.c=.o) diff --git a/config.mk b/config.mk @@ -29,4 +29,4 @@ CFLAGS = -std=c99 -pedantic -Wall -Os $(INCS) $(CPPFLAGS) LDFLAGS = $(LIBS) # compiler and linker -CC = cc +CC = tcc