hidrocor

commit 8b1c6aa9a8ce493a2603570e94e61a1d536d34b8

Author: Pedro Lucas Porcellis <porcellis@eletrotupi.com>

all: fix makefile to deal with new file structure

 Makefile | 2 +-


diff --git a/Makefile b/Makefile
index 4d1bfda378750016981d485222a2eb10175dd28a..090d6d4e30396cc4198333df3b0d5c0c2f6f3062 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
 all: hidrocor
 
 hidrocor:
-	$(GO) build $(goflags) ./cmd/hidrocor
+	$(GO) build $(goflags) -o hidrocor .
 
 clean:
 	$(RM) -rf hidrocor