aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorShivesh Mandalia <mail@shivesh.org>2023-01-31 21:44:35 +0000
committerShivesh Mandalia <mail@shivesh.org>2023-01-31 21:44:35 +0000
commit64398292d3d967cd88f196acde1b70024f9ce1ce (patch)
treec5d32b2d1e25df15c7385f2a17d29fe3ddef178d /config.mk
parentd9195b0d34ee085e0d64d08deb7ae78f65db1e5f (diff)
downloadtabbed-64398292d3d967cd88f196acde1b70024f9ce1ce.tar.gz
tabbed-64398292d3d967cd88f196acde1b70024f9ce1ce.zip
make applications dir if non-existant
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 2 insertions, 1 deletions
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