mirror of
https://github.com/ziutek/gst.git
synced 2025-12-24 10:40:59 +08:00
7 lines
191 B
Makefile
7 lines
191 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG = github.com/ziutek/gst
|
|
CGOFILES = common.go object.go element.go bin.go pipeline.go clock.go pad.go caps.go structure.go
|
|
|
|
include $(GOROOT)/src/Make.pkg
|