I am using c++. I now have a c++ file open. These are the commands: C++ Commands: Compile: g++ -Wall -c "%f" Build: g++ -Wall -o "%e" "%f" Lint: cppcheck --language=c++ --enable=warning,style --template=gcc "%f"
Independent Commands: Make: make Make Custom Target...: make Make Object: make %e.o Execute Commands: Execute: "./%e" I am not sure what command I used - I just pressed build. What is a makefile - Please excuse my lack if knowledge - I am a beginner. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/827#issuecomment-165775660
