Skip to content

Commit

Permalink
Force people to use CMake to build the project
Browse files Browse the repository at this point in the history
* Usage: cmake CMakeFiles.txt && make
* Also add Makefile to .gitignore to avoid conflicts.
  • Loading branch information
luk1337 committed Sep 24, 2016
1 parent 332288e commit 001c2ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
*.so
.vscode/
.idea/
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile
21 changes: 0 additions & 21 deletions makefile

This file was deleted.

0 comments on commit 001c2ea

Please sign in to comment.