workshit/src/Tupfile

13 lines
322 B
Plaintext
Raw Normal View History

2015-06-06 02:11:44 +00:00
.gitignore
include_rules
2015-06-12 01:34:56 +00:00
: foreach *.nim |> !nim |> ../bin/%B
: foreach *.go |> !gccgo |> ../bin/%B
2015-06-12 16:52:18 +00:00
: foreach *.c |> !obj |> %B.o
2015-06-19 22:23:28 +00:00
: reaper.o |> !cc |> ../bin/reaper
2015-06-19 22:23:28 +00:00
: string_compare_guy.o |> !cc |> ../bin/string_compare_guy
: ../bin/string_compare_guy |> ../bin/string_compare_guy | tee %o |> ./string_compare_guy.log