aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
blob: 01822ff209e853a9478085b27af79dd98d90dc60 (plain)
1
2
3
4
5
6
7
8
9
10
install:
	gcc -pthread main.c -o main.exe -L. -lgmp
	gcc make_heavy.c -o make_heavy.exe

clear:
	rm ./*.exe &
	rm ./*.out &
	rm ./*.temp
rm: install
	./main.exe