Skip to content

Instantly share code, notes, and snippets.

View kxlsx's full-sized avatar

Łukasz Dragon kxlsx

  • Katowice Poland
View GitHub Profile
@kxlsx
kxlsx / Makefile
Last active August 1, 2023 20:35
Generic C Makefile
# generic_c_makefile v1.1.1
# Łukasz Dragon <lukasz.b.dragon@gmail.com>
# 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