Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Makefile for Simple App

  1. Create a simple application in your language of choice.

  2. Add commands for testing and running your simple app in Makefile

  3. Test whether Makefile targets work:

    make deps
    
    make test
    
    make run_local

References