]> git.lizzy.rs Git - dragonstd.git/blob - test/Makefile
Refactor array
[dragonstd.git] / test / Makefile
1 test_array: test_array.c ../array.c ../array.h
2         cc -g -Wall -Wextra -Werror -o test_array test_array.c ../array.c