mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-08 00:24:00 +02:00
Better cleaning
This commit is contained in:
parent
971e619de7
commit
05bd1d4de0
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,7 +1,7 @@
|
||||||
CXXFLAGS += -Wall -g -I /usr/include/python2.6/ -fPIC
|
CXXFLAGS += -Wall -g -I /usr/include/python2.6/ -fPIC
|
||||||
LDFLAGS += -lnfc
|
LDFLAGS += -lnfc
|
||||||
OBJECTS = brmdoor_nfc.o brmdoor_nfc_wrap.o
|
OBJECTS = brmdoor_nfc.o brmdoor_nfc_wrap.o
|
||||||
SWIG_GENERATED = brmdoor_nfc_wrap.cxx
|
SWIG_GENERATED = brmdoor_nfc_wrap.cxx brmdoor_nfc.py
|
||||||
PY_MODULE = _brmdoor_nfc.so
|
PY_MODULE = _brmdoor_nfc.so
|
||||||
|
|
||||||
all: $(PY_MODULE)
|
all: $(PY_MODULE)
|
||||||
|
@ -19,7 +19,7 @@ brmdoor_nfc_wrap.cxx: brmdoor_nfc.i brmdoor_nfc.h
|
||||||
swig -python -c++ $<
|
swig -python -c++ $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OBJECTS) $(PY_MODULE) $(SWIG_GENERATED)
|
rm -f $(OBJECTS) $(PY_MODULE) $(SWIG_GENERATED) *.pyc
|
||||||
|
|
||||||
doxygen:
|
doxygen:
|
||||||
doxygen Doxyfile
|
doxygen Doxyfile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue