mirror of
https://github.com/Alcaro/Flips.git
synced 2026-09-07 01:56:07 -05:00
Might as well add a 'use make.sh' notice here too
This commit is contained in:
3
Makefile
3
Makefile
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user