aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/bitsliced-tea/Makefile
blob: b904666cdb062d62208bc955f155d5ea9ab55182 (plain)
1
2
3
4
5
all:	
	$(CC) -Wall -O2 -D__BSTEA_MAIN_ -o bstea_test bstea_test.c bstea.c

clean:
	rm -f bstea_test