Skip to content

Commit

Permalink
Added a clean target to remove python modules
Browse files Browse the repository at this point in the history
darcs-hash:20090503025006-f1522-32528c18de69149942e8004771a00f821d459f88.gz
  • Loading branch information
scudette committed May 3, 2009
1 parent 68ffd77 commit bedc7aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@
## This compile line is for building shared objects under
## linux. The -fPIC seems to be required for 64 bit machines.
$(CC) $(CFLAGS) -shared -fPIC $(AM_CFLAGS) $(PYTHON_CPPFLAGS) -I. -I$(top_srcdir)/src/include $(PYTHON_LDFLAGS) -o $@ $? .libs/$*.a $(PYTHON_EXTRA_LIBS) $(AM_LDFLAGS)
## $(STRIP) $@
## $(STRIP) $@

clean-local:
-rm -rf *.so *.pyd

0 comments on commit bedc7aa

Please sign in to comment.