Skip to content

Commit

Permalink
tools: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jan 22, 2025
1 parent 2215d8f commit ccb7ecc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ help:
@echo

# Delete all implicit rules to speed up makefile
MAKEFLAGS += --no-builtin-rules
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES :=
Expand All @@ -83,15 +84,6 @@ DOCKER_BUILDX_CMD := ${DOCKER_BUILDX_CMD} --progress=plain
endif
DOCKER_RUN_CMD := docker run --rm --init --net=host

#################
### DELIVERY ##
#################
.PHONY: delivery
delivery: python archives

.PHONY: test_delivery
test_delivery: test_archives

###############
### PYTHON ##
###############
Expand Down

0 comments on commit ccb7ecc

Please sign in to comment.