#####
##### Copyright (C) 2020-2021 Aloysius Indrayanto
#####
##### This file is part of the eCxx library, see LICENSE file for the license details.
#####


default:
	@gcc -Wall -Wextra -Wfatal-errors -std=c++11 -O2 -lm GenCIE1931LUT.cpp -o GenCIE1931LUT
	@clear
	@./GenCIE1931LUT
	@rm -f GenCIE1931LUT
