10 lines
217 B
Makefile
10 lines
217 B
Makefile
# Copyright 2017 The OpenPitrix Authors. All rights reserved.
|
|
# Use of this source code is governed by a Apache license
|
|
# that can be found in the LICENSE file.
|
|
|
|
default:
|
|
go generate
|
|
|
|
clean:
|
|
-rm z_update_version.go
|