Adding telecom in Makefile for Dockerfiles

This commit is contained in:
FlUxIuS 2024-06-28 15:31:44 +02:00
parent e24a9aeb3e
commit 9c985b2cf9
No known key found for this signature in database
GPG Key ID: E8B96449EE4FA72F
1 changed files with 4 additions and 1 deletions

View File

@ -22,5 +22,8 @@ reversing: common
automotive: common
docker build -f automotive.docker -t automotive:latest ..
build: sdrfull bluetooth wifi rfid reversing automotive
automotive: common
docker build -f telecom.docker -t telecom:latest ..
build: sdrfull bluetooth wifi rfid reversing automotive telecom
echo "Done!"