This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nico
/
emacs-docker
Watch
2
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add a makefile
arm
Nicolas Petton
3 years ago
parent
2872fd6200
commit
30aa159041
No known key found for this signature in database
GPG Key ID:
E8BCD7866AFCF978
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
Makefile
+ 6
- 0
Makefile
View File
@ -0,0 +1,6 @@
.PHONY
:
all
build
build
:
docker build -f Dockerfile .
all
:
build
Write
Preview
Loading…
Cancel
Save