Skip to content

lzto/one-make

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

the universial makefile
==========================

Usage:

1. Create new makefile and include the Makefile.defaults
2. done!

Example:

     $ cat Makefile
     -include ../Makefile.defaults
     $ make
     mkdir -p build/./
     cc  -I./   -c helloworld.c -o build/./helloworld.c.o
     cc ./build/./helloworld.c.o -o build/a.out
     $ ls
     build  helloworld.c  Makefile
     $ ls build/a.out
     build/a.out
     $ ./build/a.out
     hello world!
     $

About

the universial makefile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published