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

Fix bin/

parent a2e5b7b3
No related branches found
No related tags found
No related merge requests found
all:lamp dumper chandelier
all:dumper chandelier lamp lamp_schem
tidy:go.sum
go mod tidy
lamp:tidy
go build -o bin/lamp lamp.go
strip bin/lamp
dumper:tidy
go build -o bin/dumper dumper.go
dumper:
go build -o bin/dumper tools/dumper.go
strip bin/dumper
chandelier:tidy
go build -o bin/chandelier chandelier.go
chandelier:
go build -o bin/chandelier tests/chandelier.go
strip bin/chandelier
lamp:
go build -o bin/lamp tests/lamp.go
strip bin/lamp
lamp_schem:
go build -o bin/lamp_schem tests/lamp_schem.go
strip bin/lamp_schem
clean:
rm bin/* -f
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment