fix target name for Windows compile

This commit is contained in:
bushing 2009-12-22 12:47:10 +00:00
parent 9b25560889
commit f11f5c2738

View file

@ -2,9 +2,9 @@ CC=c:\mingw\bin\gcc
LIBS = -lgdi32 -lsetupapi
all: proxmark3
all: prox.exe
proxmark3: prox.c wingui.c command.c
prox.exe: prox.c wingui.c command.c
$(CC) $(CFLAGS) $(DEFINES) -o prox.exe prox.c wingui.c command.c $(LIBS)
clean: