Skip to content

I use a Makefile as a task-runner. Drop this into your folder and modify as you see fit.

License

Notifications You must be signed in to change notification settings

simplecto/makefile-taskrunner-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Purpose

I use a Makefile as a task-runner. You can put this in your folder and modify as you see fit.

asciicast

A more complex example

asciicast

Requirements

I make some assumptions here.

  1. You know what Makefiles are and you kinda-sorta know how to use them
  2. You have make installed on your computer. For macos you can use xcode-select from the command line.

Usage

Simply copy the Makefile into a folder where you will run your shortcuts or automations. Simple typing make in the same folder shoudl output the following:

simplecto:~ sam$ curl -sL https://simplecto.com/makefile/ > Makefile
simplecto:~ sam$ make
sample                         This is a sample command
simplecto:~ sam$

If you see the above then you are good to go. Simply start making additions to your Makefile.

Contributions

Contributions, bugs, questions, and other improvements are welcome. I accept pull requests.

About

I use a Makefile as a task-runner. Drop this into your folder and modify as you see fit.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published