Standardized Makefile. (#7)

* Standardized Makefile.

* Incremental compilation
* C++ compilers are called CXX
* Removed excessive comments for well-understood things
* Added clean target
* Proper .PHONY usage
* Updated .gitignore for object files (+ ctags, and vim temp files)

* Add mkdir -p bin.
This commit is contained in:
dongresource
2020-08-20 19:03:15 +02:00
committed by GitHub
parent fbc3c79aa2
commit fa5f194cc7
2 changed files with 65 additions and 19 deletions

5
.gitignore vendored
View File

@@ -1,4 +1,7 @@
.vscode
bin/*
notes.txt
config.ini
config.ini
*.o
tags
*~