Skip to content

Commit

Permalink
reorganize
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ckfg committed Apr 26, 2018
1 parent dff64fa commit ac1d611
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.bat → build/build.bat
@@ -1,6 +1,6 @@
@echo off

set BUILD_TARGET=build\latk.py
set BUILD_TARGET=..\latk.py
cd %cd%

del %BUILD_TARGET%
Expand Down
2 changes: 1 addition & 1 deletion build.command → build/build.command 100755 → 100644
@@ -1,6 +1,6 @@
#!/bin/bash

BUILD_TARGET="build/latk.py"
BUILD_TARGET="../latk.py"

SOURCE="${BASH_SOURCE[0]}"
while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink
Expand Down
2 changes: 1 addition & 1 deletion build.sh → build/build.sh 100755 → 100644
@@ -1,6 +1,6 @@
#!/bin/bash

BUILD_TARGET="build/latk.py"
BUILD_TARGET="../latk.py"

SOURCE="${BASH_SOURCE[0]}"
while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion latk_main.py → build/latk_main.py
Expand Up @@ -7,7 +7,7 @@
Ontario Arts Council
Toronto Arts Council
Copyright (c) 2017 Nick Fox-Gieg
Copyright (c) 2018 Nick Fox-Gieg
http://fox-gieg.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion build/latk.py → latk.py
Expand Up @@ -7,7 +7,7 @@
Ontario Arts Council
Toronto Arts Council
Copyright (c) 2017 Nick Fox-Gieg
Copyright (c) 2018 Nick Fox-Gieg
http://fox-gieg.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit ac1d611

Please sign in to comment.