Utilities

A few utilities are provided to help with tasks:

#Maker.rmFunction.


rm(name::AbstractString)

Equivalent to Base.rm, but it doesn't error if file name is missing.

#Maker.cleanFunction.


clean(name::AbstractString, filelist)
clean(filelist)

Create a task name (defaults to "clean") that will delete files given in filelist.

#Maker.tasksFunction.


tasks()
tasks(name)

Return the target name or return all targets. Can be used to display a target or all registered targets.