Forgot to add Makefile.in
This commit is contained in:
parent
ea3b66aa0f
commit
01bc6cc71d
12
threadframe/Makefile.in
Normal file
12
threadframe/Makefile.in
Normal file
@ -0,0 +1,12 @@
|
||||
prefix = @prefix@
|
||||
|
||||
all:
|
||||
python setup.py build
|
||||
|
||||
install:
|
||||
python setup.py install --prefix=${prefix}
|
||||
|
||||
clean:
|
||||
python setup.py clean
|
||||
-rm -rf build
|
||||
-rm -f core *~ *.so *.o *.pyd *.a python*.def
|
Loading…
Reference in New Issue
Block a user