Skip to content

sahnib/haskell-make

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haskell-make

This is a simple GNU "Make" command implementation in haskell. I aim to get my hands dirty o haskell with this implementaion.

Build Status

Build Steps:

$ clone the repo; 
$ cd haskell-make;

$ cabal sandbox init
$ cabal build

You need at least GHC 7.8 to build the project.

Current status:

  • parses the Makefile and creates a dependency tree.
  • builds the "all" target and its dependencies based on timestamps.

TODO:

  • add test suite.
  • add support for variable declarations.
  • add support for comments in Makefile.

About

Make command implementation in haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published