- fourtext editor. or generated using automake, qmake, cmake and many others. - KoVadim
- oneRuchenkami, ruchenkami and more preferably through vi - Barmaley
- Through emacs is much more convenient. It understands the syntax Makefile (highlights). @ ivan31, do not be lazy, study make. This is a good programming language. - avp
- oneAs there? .PHONY: love love: @echo not war - alexlz
|
2 answers
gedit, kate, nano, vim, emacs, Sublime text2, Eclipse etc.
Automatic creation - cmake. qmake
- oneThere is still outdated imake - avp
|
The easiest way to do them is with the CMake build system. But this simplicity is relative, since the language used in it to describe the project is very peculiar. It will really just be only when you slightly get used to it.
|