Skip to content

Instantly share code, notes, and snippets.

@Hypercubed
Created July 14, 2022 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hypercubed/c5c11a4ba3bc164ac1165e08ea603740 to your computer and use it in GitHub Desktop.
Save Hypercubed/c5c11a4ba3bc164ac1165e08ea603740 to your computer and use it in GitHub Desktop.

run1:test (OK)

Running run1:test works fine

chomp run1:test
🞂 ./test.out
./test.txt ./test.out
√ ./test.out [4.791791ms]

run1:

Running run1: results in truncated paths

chomp run1:
🞂 ./st.out
./st.txt ./st.out
√ ./st.out [6.474458ms]
√ :run1:#
version = 0.1
default-task = 'build'
[[task]]
name = 'run1:#'
dep = './#.txt'
target = './#.out'
validation = 'ok-only'
run = 'echo $DEP $TARGET'
[[task]]
name = 'run2:##'
dep = './##.txt'
target = './##.out'
validation = 'ok-only'
run = 'echo $DEP $TARGET'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment