5 lines
58 B
Makefile
Executable File
5 lines
58 B
Makefile
Executable File
all: build
|
|
|
|
build:
|
|
@docker build --tag=sameersbn/squid .
|