summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/pttbbs.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/pttbbs/pttbbs.mk b/pttbbs/pttbbs.mk
index 90c1124e..92cfc49b 100644
--- a/pttbbs/pttbbs.mk
+++ b/pttbbs/pttbbs.mk
@@ -3,14 +3,12 @@
BBSHOME?= $(HOME)
BBSHOME?= /home/bbs
-WITH_PFTERM=1
-
SRCROOT?= .
OSTYPE!= uname
-#CC:= clang -Qunused-arguments
-#CXX:= clang -Qunused-arguments
+CC:= gcc
+CXX:= g++
CCACHE!= which ccache|sed -e 's/^.*\///'
WANTS_CONVERT!= sh -c 'grep "^\#define CONVERT" $(SRCROOT)/pttbbs.conf || echo NO'