diff options
Diffstat (limited to 'isomd5sum/Makefile')
-rw-r--r-- | isomd5sum/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/isomd5sum/Makefile b/isomd5sum/Makefile index a12597856..1292fac62 100644 --- a/isomd5sum/Makefile +++ b/isomd5sum/Makefile @@ -4,11 +4,10 @@ all: gcc -c -O -g md5.c gcc -O -g -o implantisomd5 implantisomd5.c md5.o -lm gcc -O -g -o checkisomd5 checkisomd5.c md5.o -lm -# gcc -O -g -c checkisomd5.c -# gcc -O -g -o newtcheckiso newtcheckiso.c checkisomd5.o md5.o -lm -lnewt install: install -m 755 implantisomd5 $(DESTDIR)/$(RUNTIMEDIR) + install -m 755 checkisomd5 $(DESTDIR)/$(RUNTIMEDIR) clean: rm -f *.o |