mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 17:34:34 +00:00
9 lines
190 B
Makefile
9 lines
190 B
Makefile
ODIN=../../odin
|
|
|
|
all: rtti_test map_test
|
|
|
|
rtti_test:
|
|
$(ODIN) run test_rtti.odin -file -vet -strict-style -o:minimal
|
|
|
|
map_test:
|
|
$(ODIN) run test_map.odin -file -vet -strict-style -o:minimal
|