aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-12-23 19:50:26 +0100
committerJoe <rbo@gmx.us>2024-12-23 19:50:26 +0100
commitdb01e9db1627779cbaa88b24fb7d38b0790a4df7 (patch)
tree4ccd0515e5bc0431ad8fe26b6efc85252e0abf79
parentmakeup (diff)
downloaddwm-db01e9db1627779cbaa88b24fb7d38b0790a4df7.tar.gz
dwm-db01e9db1627779cbaa88b24fb7d38b0790a4df7.tar.bz2
dwm-db01e9db1627779cbaa88b24fb7d38b0790a4df7.tar.xz
dwm-db01e9db1627779cbaa88b24fb7d38b0790a4df7.tar.zst
dwm-db01e9db1627779cbaa88b24fb7d38b0790a4df7.zip
fix
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 0ce62ed..26fa2fa 100644
--- a/config.mk
+++ b/config.mk
@@ -31,7 +31,7 @@ CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VE
HOSTNAME = $(shell /usr/bin/hostame -s)
CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -march=alderlake -Os -pipe ${INCS} ${CPPFLAGS}
-ifeq $(${HOSTNAME}, mother)
+ifeq (${HOSTNAME}, mother)
CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -march=haswell -Os -pipe ${INCS} ${CPPFLAGS}
endif
LDFLAGS = ${LIBS}