Makefile
Makefile
—
Makefile,
1 KB
ファイルコンテンツ
CXXFLAGS=-std=c++11 LDFLAGS=-lOpenCL testocl: testocl.cc g++ $< $(CXXFLAGS) $(LDFLAGS) -o $@