mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-11-12 05:30:04 +00:00
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:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,4 +1,7 @@
|
||||
.vscode
|
||||
bin/*
|
||||
notes.txt
|
||||
config.ini
|
||||
config.ini
|
||||
*.o
|
||||
tags
|
||||
*~
|
||||
|
||||
Reference in New Issue
Block a user