FIX: the "make clean" for mfkey/Makefile now deletes the executables.

This commit is contained in:
iceman1001
2016-01-17 23:06:48 +01:00
parent 9d1eaa281f
commit 93b0bbd2dc
3 changed files with 20 additions and 17 deletions

View File

@@ -4,8 +4,8 @@ CFLAGS = -Wall -Winline -O4
LDFLAGS =
OBJS = crapto1.o crypto1.o
HEADERS =
EXES = mfkey64 mfkey32 mfkey32v2
HEADERS = crapto1.h
EXES = mfkey64 mfkey64.exe mfkey32 mfkey32.exe mfkey32v2 mfkey32v2.exe
LIBS =
all: $(OBJS) $(EXES) $(LIBS)