Skip to content

Commit

Permalink
-Remove duplicate recipes from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-gomez-windhover committed Oct 15, 2024
1 parent 4466531 commit ed42dc5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,18 +123,6 @@ clean:
-include $(UT_OBJ:.o=.d)
-include $(OBJ:.o=.d)

docker-ubuntu22-build:
@sudo docker build --no-cache -t juicer:latest -f Dockerfile.ubuntu22 .


docker-ubuntu20-build:
@sudo docker build --no-cache -t juicer:latest -f Dockerfile.ubuntu20 .


docker-ubuntu22-build-dev:
@sudo docker build --no-cache -t juicer-dev:latest -f Dockerfile.ubuntu22.dev .
@sudo docker run -v .:/home/docker/juicer -it juicer-dev:latest bash

docker-ubuntu18-build:
@sudo docker build --no-cache -t juicer:ubuntu18 -f Dockerfile.ubuntu18 .

Expand Down

0 comments on commit ed42dc5

Please sign in to comment.