/Makefiles

Introduction to Makefiles

Primary LanguageMakefile

Makefiles

Introduction to Makefiles

Usage

Generate text files

make -f Makefile

remove text files

make -f Makefile clean