source: CIVL/examples/translation/opencl/Makefile@ 50f834b

1.23 2.0 main test-branch
Last change on this file since 50f834b was e01b89d, checked in by Jacob Trieu <fuufusuu@…>, 12 years ago

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@1067 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 162 bytes
Line 
1CIVL=civl
2VERIFY=$(CIVL) verify
3
4all: tCLGetDID
5
6tCLGetDID: testclGetDeviceIDs.cvl
7 $(VERIFY) testclGetDeviceIDs.cvl -inputDEVICE_ID=1 -inputDEVICE_ID_BOUND=4
8
Note: See TracBrowser for help on using the repository browser.