Might as well add a 'use make.sh' notice here too

This commit is contained in:
Alcaro
2020-04-26 17:46:48 +02:00
parent 91b5cc8aa1
commit 181def87de

View File

@@ -89,6 +89,9 @@ endif
$(FNAME_$(TARGET)): $(SOURCES) $(XFILES)
$(CXX) $^ -std=c++98 $(CFLAGS_G) $(MOREFLAGS) $(CPPFLAGS) $(CFLAGS) $(CXXFLAGS) $(LFLAGS) -o$@
ifeq ($(CFLAGS),-g)
echo 'Compiled Floating IPS in debug mode; for better performance, use ./make.sh instead'
endif
ifeq ($(TARGET),gtk)
install: