Skip to content

Commit

Permalink
Modif Makefile creation module installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Heisenberk committed Apr 11, 2019
1 parent ee27eae commit 3dedc11
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ run: compil
./goshield

all: compil run

compil:
go build $(GOSHIELD)

test:
go test $(GOSHIELD)/command
go test $(GOSHIELD)/crypto

install:
go build $(GOSHIELD)
mv ./goshield /usr/local/bin

clean:
rm -f goshield

Expand Down

0 comments on commit 3dedc11

Please sign in to comment.