Skip to content

Simple makefile for compiling all source files in a directory. Includes compiler and linker flags.

License

Notifications You must be signed in to change notification settings

stuianna/simple_makefile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Simple Makefile

Simple makefile to compile all C source files in the given directory. Linker and compiler flags can be specified with the given variables.

Usage

The file can be downloaded into your source directory independenty using:

curl -L -O https://raw.github.com/stuianna/simple_makefile/master/Makefile

Then simply run make to compile all source files or make clean to remove object and output files.

About

Simple makefile for compiling all source files in a directory. Includes compiler and linker flags.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published