Skip to content

Commit

Permalink
cleanup makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Dec 4, 2024
1 parent 5e477ca commit 06e384c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 342 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ swagger-install:
echo "// @version $(VERSION)" >> docs/swagger.conf

azurite-start:
azurite & \
azurite -l /tmp/aptly-azurite & \
echo $$! > ~/.azurite.pid

azurite-stop:
kill `cat ~/.azurite.pid`
@kill `cat ~/.azurite.pid`

swagger: swagger-install
# Generate swagger docs
Expand Down Expand Up @@ -210,7 +210,7 @@ man: ## Create man pages

clean: ## remove local build and module cache
# Clean all generated and build files
find .go/ -type d ! -perm -u=w -exec chmod u+w {} \;
test ! -e .go || find .go/ -type d ! -perm -u=w -exec chmod u+w {} \;
rm -rf .go/
rm -rf build/ obj-*-linux-gnu* tmp/
rm -f unit.out aptly.test VERSION docs/docs.go docs/swagger.json docs/swagger.yaml docs/swagger.conf
Expand Down
339 changes: 0 additions & 339 deletions debian/aptly.conf.yaml

This file was deleted.

0 comments on commit 06e384c

Please sign in to comment.