From 64398292d3d967cd88f196acde1b70024f9ce1ce Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Tue, 31 Jan 2023 21:44:35 +0000 Subject: make applications dir if non-existant --- config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 28bd80f..a9e97b0 100644 --- a/config.mk +++ b/config.mk @@ -34,4 +34,5 @@ LDFLAGS = -Wl,-rpath=$(XftLIB) -s ${LIBS} #LDFLAGS = ${LIBS} # compiler and linker -CC = tcc +# CC = tcc +CC = gcc -- cgit v1.2.3