#####
##### 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 GenK2RGBLUT.cpp -o GenK2RGBLUT
	@clear
	@./GenK2RGBLUT
	@rm -f GenK2RGBLUT
