A simple makefile

rain1 68fdaeb68b improve makefile so that it works even if you have a file named "clean" 7 years ago
LICENSE 1eee308ed5 Init commit 7 years ago
Makefile 68fdaeb68b improve makefile so that it works even if you have a file named "clean" 7 years ago
README.md bf6508641f initial comit 7 years ago
greet.c bf6508641f initial comit 7 years ago
greet.h bf6508641f initial comit 7 years ago
main.c bf6508641f initial comit 7 years ago

README.md

simplemake

A simple makefile

How to use

Copy 'Makefile' into your project. Edit it:

  • list all your .c files in SOURCES
  • change 'main' to the name of your program binary
  • any other changes you like