summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-04-05 23:12:38 +1200
committerDavid Phillips <david@sighup.nz>2017-04-05 23:12:38 +1200
commit6191da80471187e447f7d40bd9f10258905cb25b (patch)
tree6e2174f7499a6f14f9034cf2b50127d0da65ebfa /Makefile
downloadinteresting-sorts-6191da80471187e447f7d40bd9f10258905cb25b.tar.xz
Add histogram sort
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
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