Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Sep 18, 2023
1 parent 62459a8 commit 6d5f0af
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
EXTRA_DIST=debian/* tests/*.h tests/data/* gubbins/* setup.py scripts/*
EXTRA_DIST=debian/* tests/*.h tests/data/*
SUBDIRS=src release python
ACLOCAL_AMFLAGS=-I m4
CFLAGS := -std=gnu99
# include "check-code-coverage" rule
include $(top_srcdir)/aminclude_static.am

all-local:
- ${PYTHON} setup.py build

install-exec-local:
- ${PYTHON} setup.py install

uninstall-local:
rm -rf $(pythondir)/*gubbins*

source: dist
cd release && make source

Expand Down

0 comments on commit 6d5f0af

Please sign in to comment.