mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-08 00:24:00 +02:00
Correct dependency for generated swig source
This commit is contained in:
parent
bc9630c927
commit
f7ebd2dd39
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ brmdoor_nfc.o: brmdoor_nfc.cpp brmdoor_nfc.h
|
|||
brmdoor_nfc_wrap.o: brmdoor_nfc_wrap.cxx
|
||||
g++ -c $(CXXFLAGS) $<
|
||||
|
||||
brmdoor_nfc_wrap.cxx: brmdoor_nfc.i
|
||||
brmdoor_nfc_wrap.cxx: brmdoor_nfc.i brmdoor_nfc.h
|
||||
swig -python -c++ $<
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue