Skip to content

Commit

Permalink
Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
wess committed Nov 17, 2016
1 parent 37220b9 commit de60990
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 72 deletions.
24 changes: 0 additions & 24 deletions .overlook

This file was deleted.

14 changes: 6 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@

all: build run
all: build

build: xcode
build:
@swift build

install: release
@mv .build/release/overlook /usr/local/bin/


clean:
@swift build --clean=dist

Expand All @@ -14,12 +18,6 @@ xcode:
run: build
@.build/debug/overlook

version: build
@.build/debug/overlook version

help: build
@.build/debug/overlook help

release: clean
@swift build --configuration release

Expand Down
3 changes: 0 additions & 3 deletions Tests/file_2.txt

This file was deleted.

3 changes: 0 additions & 3 deletions Tests/other_test.txt

This file was deleted.

22 changes: 0 additions & 22 deletions Tests/testing.txt

This file was deleted.

8 changes: 8 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title>Overlook</title>
</head>
<body>
</body>
</html>
5 changes: 0 additions & 5 deletions echo.sh

This file was deleted.

7 changes: 0 additions & 7 deletions while.sh

This file was deleted.

0 comments on commit de60990

Please sign in to comment.