Browse Source

Add a makefile

arm
Nicolas Petton 3 years ago
parent
commit
30aa159041
No known key found for this signature in database GPG Key ID: E8BCD7866AFCF978
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      Makefile

+ 6
- 0
Makefile View File

@ -0,0 +1,6 @@
.PHONY: all build
build:
docker build -f Dockerfile .
all: build

Loading…
Cancel
Save