summaryrefslogtreecommitdiffstats
path: root/isomd5sum
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-05-06 19:13:42 +0000
committerMike Fulbright <msf@redhat.com>2002-05-06 19:13:42 +0000
commitc09156daef4a1659ee57af6c6b83e75d73e982db (patch)
tree7331f7ba069064bc59eb8b3b7f0e78711e0283cb /isomd5sum
parent8934d9e0e2b20cb8103296954e083ca9feb543f0 (diff)
downloadanaconda-c09156daef4a1659ee57af6c6b83e75d73e982db.tar.gz
anaconda-c09156daef4a1659ee57af6c6b83e75d73e982db.tar.xz
anaconda-c09156daef4a1659ee57af6c6b83e75d73e982db.zip
oops
Diffstat (limited to 'isomd5sum')
-rw-r--r--isomd5sum/Makefile~10
1 files changed, 0 insertions, 10 deletions
diff --git a/isomd5sum/Makefile~ b/isomd5sum/Makefile~
deleted file mode 100644
index 4fe86f124..000000000
--- a/isomd5sum/Makefile~
+++ /dev/null
@@ -1,10 +0,0 @@
-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