Skip to content

Commit

Permalink
Merge pull request #4 from PDXostc/fix-pip-pkg
Browse files Browse the repository at this point in the history
Move python source to root
  • Loading branch information
JanderJLR authored Aug 15, 2019
2 parents f493aa6 + 0b81abf commit db76e73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ dkms.conf
__pycache__/
*_swig.py
*.c

6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
CFLAGS += -ggdb
INC_DIRS ?= -I/usr/local/

OBJ = ./src/dstc_swig_wrap.o
SRC = ./src/dstc_swig_wrap.c
SWIG = ./src/dstc_swig.i
OBJ = dstc_swig_wrap.o
SRC = dstc_swig_wrap.c
SWIG = dstc_swig.i

$(OBJ): $(SRC)
python3 setup.py build_ext --inplace $(INC_DIRS)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit db76e73

Please sign in to comment.