diff options
author | David Phillips <david@sighup.nz> | 2017-04-05 23:12:38 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-04-05 23:12:38 +1200 |
commit | 6191da80471187e447f7d40bd9f10258905cb25b (patch) | |
tree | 6e2174f7499a6f14f9034cf2b50127d0da65ebfa /Makefile | |
download | interesting-sorts-6191da80471187e447f7d40bd9f10258905cb25b.tar.xz |
Add histogram sort
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0f34fd7 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +include config.mk + +hist-sort: hist-sort.c |