From 127e0396e6f44a07c47bb9714712406310e0babd Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Sat, 21 Mar 2009 23:51:54 +0100 Subject: [PATCH] Add hscan to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ca410585c..3ba019301 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -HPROGS = hbal hn1 +HPROGS = hbal hn1 hscan HSRCS := $(wildcard Ganeti/HTools/*.hs) HDDIR = apidoc -- GitLab