Skip to content

Commit

Permalink
Quick Save
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdoiel committed Sep 26, 2022
1 parent 3bce304 commit 9f32064
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ endif

OS = $(shell uname)

EXT =
EXT =
ifeq ($(OS), Windows)
EXT = .exe
endif
Expand All @@ -48,7 +48,7 @@ CITATION.cff: .FORCE

about.md: codemeta.json $(PROGRAMS)
pdtk prep -i codemeta.json -- --template codemeta-md.tmpl >about.md


$(PROGRAMS): cmd/*/*.go $(PACKAGE)
@mkdir -p bin
Expand Down Expand Up @@ -88,7 +88,7 @@ test: clean build
cleanweb:
@if [ -f index.html ]; then rm *.html; fi

clean:
clean:
-if [ -d bin ]; then rm -fR bin; fi
-if [ -d dist ]; then rm -fR dist; fi
-if [ -d testout ]; then rm -fR testout; fi
Expand Down Expand Up @@ -132,7 +132,7 @@ distribute_docs:
cp -v README.md dist/
cp -v LICENSE dist/
cp -vR man dist/
#cp -v INSTALL.md dist/
cp -v INSTALL.md dist/

update_version:
$(EDITOR) codemeta.json
Expand Down

0 comments on commit 9f32064

Please sign in to comment.