Prepare libnfc 1.3.4
This commit is contained in:
parent
d3796b6531
commit
02a29920fc
4 changed files with 10 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
###############################################
|
||||
# General settings
|
||||
###############################################
|
||||
VERSION = 1.3.0
|
||||
VERSION = 1.3.4
|
||||
SOURCE = ../src
|
||||
NFC_LIB = $(SOURCE)/lib
|
||||
NFC_INCLUDE = $(SOURCE)/include
|
||||
|
|
@ -36,4 +36,4 @@ libnfc: $(OBJS)
|
|||
$(CC) $(CFLAGS) -I "$(NFC_LIB)" $< /link /OUT:$@ -SUBSYSTEM:CONSOLE $(LDFLAGS) $(LIBNFC).lib
|
||||
|
||||
clean:
|
||||
del /Q $(OBJS) $(LIBNFC).dll $(LIBNFC).exp $(LIBNFC).lib *.obj $(EXES)
|
||||
del /Q $(OBJS) $(LIBNFC).dll $(LIBNFC).exp $(LIBNFC).lib *.obj $(EXES)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue