mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +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:
|
serve:
|
||||||
@echo
|
@echo
|
||||||
cd www
|
cd www && python -m SimpleHTTPServer
|
||||||
python -m SimpleHTTPServer
|
|
||||||
|
|
||||||
.PHONY: debug beta release publish publish_beta clean clean_blog clean_swift serve
|
.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