Skip to content

erdc/hello_world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hello_world

A very simple software package example that includes a Makefile

Things you can do

Call make with no arguments to see what the default all target builds

make 

Get rid of all intermediate objects and targets distclean

make distclean

Make a particular target: hello

make hello

Clean the directory of intermediate objects but leave the software executable

make clean

About

A very simple software package example that includes a Makefile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published