X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=bin%2Flive-md5check%2FMakefile;fp=casper-md5check%2FMakefile;h=51e42b9d24bf2c45be47334325be829bd70fa979;hb=9fc9e2a1a11b0edada38cb501fefe4f58aa414ac;hp=4e5408f39b278dd58603aad285a9aec5f3a5c29e;hpb=4bdaa2237c6ae923d1dd068e9024ebceca3f40d9;p=live-boot-grml.git diff --git a/casper-md5check/Makefile b/bin/live-md5check/Makefile similarity index 50% rename from casper-md5check/Makefile rename to bin/live-md5check/Makefile index 4e5408f..51e42b9 100644 --- a/casper-md5check/Makefile +++ b/bin/live-md5check/Makefile @@ -3,7 +3,7 @@ CC=gcc LDFLAGS=-lm CFLAGS=$(getconf LFS_CFLAGS) -Wall -O2 -casper-md5check: casper-md5check.c md5.c +live-md5check: live-md5check.c md5.c clean: - rm -f *.o casper-md5check + rm -f *.o live-md5check