summaryrefslogtreecommitdiffstats
path: root/isomd5sum/Makefile~
blob: 4fe86f124c101c81fbdf5d8a0be6e3e0d0d7f9f4 (plain)
1
2
3
4
5
6
7
8
9
10
all:
	gcc -c -O -g md5.c
	gcc -O -g -o implantisomd5 implantisomd5.c md5.o -lm
#	gcc -O -g -o checkisomd5 -DTESTING checkisomd5.c md5.o -lm
#	gcc -O -g -c checkisomd5.c
#	gcc -O -g -o newtcheckiso newtcheckiso.c checkisomd5.o md5.o -lm -lnewt

clean:
	rm -f *.o
	rm -f implantisomd5 checkisomd5