Mercurial > games > semicongine
comparison Makefile @ 16:617c6dcddbe2
add: matrix multiplications, tests
| author | Sam <sam@basx.dev> | 
|---|---|
| date | Fri, 30 Dec 2022 15:56:17 +0700 | 
| parents | dde536a70483 | 
| children | 90e117952f74 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 15:dde536a70483 | 16:617c6dcddbe2 | 
|---|---|
| 50 | 50 | 
| 51 # clean | 51 # clean | 
| 52 clean: | 52 clean: | 
| 53 rm -rf build | 53 rm -rf build | 
| 54 # clean thirdparty too? | 54 # clean thirdparty too? | 
| 55 | |
| 56 .PHONY: tests | |
| 55 | 57 | 
| 56 # tests | 58 # tests | 
| 57 tests: | 59 tests: | 
| 58 testament p tests/ | 60 testament p tests/ | 
| 59 | 61 | 
