AndreaCensi / compmake

Compmake is a non-obtrusive module that provides Makefile-like facilities (including parallel processing) for batch Python applications.
http://compmake.org/
Other
17 stars 6 forks source link

add aliases for job #25

Closed AndreaCensi closed 9 years ago

AndreaCensi commented 14 years ago

Example:

@: alias main  job1 job2 job3
@: make main # executes job1 job2 job3
AndreaCensi commented 14 years ago

We already have the alias infrastructure, we only need the plugin.