Mercurial > games > semicongine
comparison Makefile @ 477:f226c99b5043
add: matrix multiplications, tests
| author | Sam <sam@basx.dev> | 
|---|---|
| date | Fri, 30 Dec 2022 15:56:17 +0700 | 
| parents | 6862ca8c1324 | 
| children | 90e117952f74 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 476:6862ca8c1324 | 477:f226c99b5043 | 
|---|---|
| 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 | 
