mirror of https://gitee.com/openkylin/genmai.git
commit
1d3a76c6f9
16
Makefile
16
Makefile
|
@ -116,4 +116,20 @@ end-realclean:
|
|||
@echo " >>> Cleaned project successfully"
|
||||
@echo "----------------------------------------------------------------"
|
||||
|
||||
################################################################
|
||||
# help
|
||||
help:
|
||||
@echo
|
||||
@echo "----------------------------------------------------------------"
|
||||
@echo " >>> Help"
|
||||
@echo "----------------------------------------------------------------"
|
||||
@echo "Building targets:"
|
||||
@echo "all -- build genmai source tree."
|
||||
@echo "build -- build all source tree."
|
||||
@echo
|
||||
@echo "Cleaning targets:"
|
||||
@echo "clean -- remove 'build' directory"
|
||||
@echo "realclean -- clean everything was built"
|
||||
@echo
|
||||
|
||||
.PHONY: all genmai
|
||||
|
|
|
@ -43,6 +43,3 @@ func (this *ConfigParserJSON) parse(path string) error {
|
|||
// JSON::unmarshell(path)
|
||||
return nil
|
||||
}
|
||||
|
||||
func Test2() {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue