Fix serve task

This commit is contained in:
Sami Samhuri 2019-12-22 17:15:25 -08:00
parent 9d37bc2861
commit f5aa5d71b3
3 changed files with 17 additions and 2 deletions

View file

@ -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

View file

@ -0,0 +1,8 @@
//
// File.swift
//
//
// Created by Sami Samhuri on 2019-12-22.
//
import Foundation

View file

@ -0,0 +1,8 @@
//
// File.swift
//
//
// Created by Sami Samhuri on 2019-12-22.
//
import Foundation