removed const-warning, fixed (windows) executable-namess,

This commit is contained in:
Roel Verdult 2009-09-29 15:25:44 +00:00
parent 5aab7f9da0
commit 3cbdca1ef6

View file

@ -29,7 +29,7 @@ libnfc: $(OBJS)
% : %.c $(LIBNFC)
$(CC) $(CFLAGS) $<
$(LD) /OUT:$@.exe -SUBSYSTEM:CONSOLE $(LDFLAGS) $(OBJS) $@
$(LD) /OUT:nfc-$@.exe -SUBSYSTEM:CONSOLE $(LDFLAGS) $(OBJS) $@
clean:
rm -f $(OBJS) $(LIBNFC) $(EXES)