diff options
author | Dante Catalfamo | 2021-06-04 12:39:17 -0400 |
---|---|---|
committer | Dante Catalfamo | 2021-06-04 12:39:17 -0400 |
commit | 8016a1d0b412abaf1bc28e7f7b992881f78e986a (patch) | |
tree | a044bbd1da24d3a7484ddda72f9e4926cefdbb33 /Makefile | |
parent | 5eaf20b311416f98aadf764bd83868f1e8133e30 (diff) | |
download | blog-8016a1d0b412abaf1bc28e7f7b992881f78e986a.tar.gz blog-8016a1d0b412abaf1bc28e7f7b992881f78e986a.tar.bz2 blog-8016a1d0b412abaf1bc28e7f7b992881f78e986a.zip |
Add xdg-open to makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ server: theme + xdg-open "http://localhost:1313/" hugo version hugo -D server |