Year 2015 Day 4 Part 1
This commit is contained in:
parent
fdfa15daf8
commit
c873b7282e
5 changed files with 159 additions and 18 deletions
19
advent.ipkg
19
advent.ipkg
|
@ -20,6 +20,7 @@ depends = base
|
|||
, elab-util
|
||||
, ansi
|
||||
, if-unsolved-implicit
|
||||
, c-ffi
|
||||
|
||||
-- modules to install
|
||||
modules = Runner
|
||||
|
@ -35,21 +36,3 @@ executable = "advent"
|
|||
sourcedir = "src"
|
||||
-- builddir =
|
||||
-- outputdir =
|
||||
|
||||
-- script to run before building
|
||||
-- prebuild =
|
||||
|
||||
-- script to run after building
|
||||
-- postbuild =
|
||||
|
||||
-- script to run after building, before installing
|
||||
-- preinstall =
|
||||
|
||||
-- script to run after installing
|
||||
-- postinstall =
|
||||
|
||||
-- script to run before cleaning
|
||||
-- preclean =
|
||||
|
||||
-- script to run after cleaning
|
||||
-- postclean =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue