A simple makefile

rain1 1dc4d5329c Improve the "clean" rule a bit. thanks Bob! 8 년 전
LICENSE 1eee308ed5 Init commit 8 년 전
Makefile 1dc4d5329c Improve the "clean" rule a bit. thanks Bob! 8 년 전
README.md bf6508641f initial comit 8 년 전
greet.c bf6508641f initial comit 8 년 전
greet.h bf6508641f initial comit 8 년 전
main.c bf6508641f initial comit 8 년 전

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