preserves/implementations/cpp/Makefile

9 lines
169 B
Makefile
Raw Normal View History

2023-06-12 21:16:47 +00:00
m: main.cpp preserves.hpp preserves_text.hpp
gcc -Wall -Wextra -Werror -g3 -o $@ main.cpp
go: m
cat ../../tests/samples.bin | ./m | tee m.output.txt
clean:
rm -f m