mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-04 22:40:05 +00:00
fa5f194cc7
* 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.
8 lines
47 B
Plaintext
8 lines
47 B
Plaintext
.vscode
|
|
bin/*
|
|
notes.txt
|
|
config.ini
|
|
*.o
|
|
tags
|
|
*~
|