From 326e3956f558c36e0f3e1c40a798fd76f999f144 Mon Sep 17 00:00:00 2001 From: Ondrej Mikle Date: Sat, 19 Jul 2014 17:07:25 +0200 Subject: [PATCH] Cleaning generated swig sources. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a11f4c..e5e6f39 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ CXXFLAGS += -Wall -g -I /usr/include/python2.6/ -fPIC LDFLAGS += -lnfc OBJECTS = brmdoor_nfc.o brmdoor_nfc_wrap.o +SWIG_GENERATED = brmdoor_nfc_wrap.cxx PY_MODULE = _brmdoor_nfc.so all: $(PY_MODULE) @@ -18,4 +19,4 @@ brmdoor_nfc_wrap.cxx: brmdoor_nfc.i brmdoor_nfc.h swig -python -c++ $< clean: - rm -f $(OBJECTS) $(PY_MODULE) + rm -f $(OBJECTS) $(PY_MODULE) $(SWIG_GENERATED)