This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# generic_c_makefile v1.1.1 | |
# Łukasz Dragon <[email protected]> | |
# https://gist.github.com/kxlsx/c29127d75136a832f029aaae1a897213 | |
# | |
# This is free software. You may redistribute copies of it under the terms of | |
# the GNU General Public License <https://www.gnu.org/licenses/gpl.html>. | |
# There is NO WARRANTY, to the extent permitted by law. | |
# | |
# Template Makefile for C projects that works on *nix and on Windows | |
# Although by default it's set to use gcc, you should be able to quickly |