Skip to content
Snippets Groups Projects
Commit 9b790ea7 authored by KERDREUX Jerome's avatar KERDREUX Jerome
Browse files

Fix makefile

parent 85860dd7
No related branches found
No related tags found
No related merge requests found
all:dumper chandelier lamp lamp_schem
all:dumper devices_counter chandelier lamp lamp_schem
tidy:
go mod tidy
......@@ -7,6 +7,10 @@ dumper:
go build -o bin/dumper tools/dumper.go
strip bin/dumper
devices_counter:
go build -o bin/devices_counter misc/devices_counter.go
strip bin/devices_counter
chandelier:
go build -o bin/chandelier tests/chandelier.go
strip bin/chandelier
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment