diff options
author | midipix <writeonce@midipix.org> | 2018-12-16 04:54:14 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-16 04:54:14 -0500 |
commit | 2c1f72b08da22d5197d9f00ae1c152aef126df7a (patch) | |
tree | 3b97b422189df24224a0b6d91be42ceca3d31411 /project | |
parent | c96bf6856ec6e94c45f4c34017ed1d086b554b04 (diff) | |
download | sbpython2-2c1f72b08da22d5197d9f00ae1c152aef126df7a.tar.bz2 sbpython2-2c1f72b08da22d5197d9f00ae1c152aef126df7a.tar.xz |
project: whitespace meditation.
Diffstat (limited to 'project')
-rw-r--r-- | project/extras.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/project/extras.mk b/project/extras.mk index 6f81e50..c120e99 100644 --- a/project/extras.mk +++ b/project/extras.mk @@ -53,21 +53,18 @@ pyext/%$(OS_LIB_SUFFIX): $(DSO_REF_SOLINK) $(CC) -shared -o $@ $^ $(LDFLAGS_SHARED) $(LDFLAGS_DYNEXT) \ -l$(PACKAGE) $(LDFLAGS_DEPS) -# statically linked extension +# statically linked extensions pyext/%$(OS_ARCHIVE_EXT): rm -f $@ $(AR) rcs $@ $^ - # build rules for python's extension modules include $(PROJECT_DIR)/project/pyexts.mk - # shared extension modules: desired subset $(SHARED_APP): $(PYEXT_SHARED) $(STATIC_APP): $(PYEXT_STATIC) - # pycompile (core native python executable for .pyc generation) include $(PROJECT_DIR)/project/pycompile.mk |