...

Text file src/github.com/chai2010/gettext-go/cmd/xgettext-go/Makefile

Documentation: github.com/chai2010/gettext-go/cmd/xgettext-go

     1# Copyright 2013 ChaiShushan <chaishushan{AT}gmail.com>. All rights reserved.
     2# Use of this source code is governed by a BSD-style
     3# license that can be found in the LICENSE file.
     4
     5default:
     6	go run .
     7	-msgfmt -o output.mo output.pot
     8
     9clean:
    10	rm *.mo

View as plain text