Merge remote-tracking branch 'aoc2018/master'
# Conflicts: # aoc2018.nim
This commit is contained in:
commit
09dbf8c0c0
17
aoc2018.nimble
Normal file
17
aoc2018.nimble
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
import std/os
|
||||||
|
|
||||||
|
# Package
|
||||||
|
|
||||||
|
version = "0.1.0"
|
||||||
|
author = "Stefan Harmuth"
|
||||||
|
description = "aoc2018"
|
||||||
|
license = "GPL-3.0-or-later"
|
||||||
|
srcDir = "."
|
||||||
|
bin = @["aoc2018"]
|
||||||
|
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
|
||||||
|
rmDir(joinPath(getHomeDir(), "/.nimble/pkgs/tools-#head"))
|
||||||
|
requires "nim >= 1.6.0"
|
||||||
|
requires "ssh://git@leeloo.drock.de/nim-tools.git#head"
|
||||||
1
aoc2018.nims
Normal file
1
aoc2018.nims
Normal file
@ -0,0 +1 @@
|
|||||||
|
switch("define", "release")
|
||||||
Loading…
Reference in New Issue
Block a user