Skip to content

joedavis/prog.mk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prog.mk - GNU Make Convenience Script for simple programs

Sample usage

Put the following in a Makefile:

PROG=   demo
SRCS=   demo.c

USE_XOPEN= 1

include prog.mk

Once prog.mk has been placed in the same directory, the program can then be built with a simple:

$ make
$ ./demo
hello, world!

About

GNU Make convenience script

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published