mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
Fix serve task
This commit is contained in:
parent
9d37bc2861
commit
f5aa5d71b3
3 changed files with 17 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -40,7 +40,6 @@ clean_swift:
|
|||
|
||||
serve:
|
||||
@echo
|
||||
cd www
|
||||
python -m SimpleHTTPServer
|
||||
cd www && python -m SimpleHTTPServer
|
||||
|
||||
.PHONY: debug beta release publish publish_beta clean clean_blog clean_swift serve
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
//
|
||||
// File.swift
|
||||
//
|
||||
//
|
||||
// Created by Sami Samhuri on 2019-12-22.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
//
|
||||
// File.swift
|
||||
//
|
||||
//
|
||||
// Created by Sami Samhuri on 2019-12-22.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
Loading…
Reference in a new issue