Fixed a problem with the compile-cgtests not being executable
This commit is contained in:
parent
4194942670
commit
efe1985dd1
|
@ -174,10 +174,10 @@ cgtests/cgtest00.occ:
|
|||
# In future we should give the version compiled using the C++ backend a different extension:
|
||||
|
||||
make-cgtests-c: tock cgtests/cgtest00.occ clean-cgtests
|
||||
./compile-cgtests --backend=c
|
||||
sh ./compile-cgtests --backend=c
|
||||
|
||||
make-cgtests-cpp: tock cgtests/cgtest00.occ clean-cgtests
|
||||
./compile-cgtests --backend=cppcsp
|
||||
sh ./compile-cgtests --backend=cppcsp
|
||||
|
||||
clean-cgtests:
|
||||
rm -f cgtests/cgtest??
|
||||
|
|
Loading…
Reference in New Issue
Block a user