mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Makefile for automated running of swift.
This commit is contained in:
5
2017/day-17/Makefile
Normal file
5
2017/day-17/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
all: solution
|
||||
./$<
|
||||
|
||||
solution: solution.swift
|
||||
swiftc -O $< -o $@
|
||||
1
2017/day-17/input.txt
Normal file
1
2017/day-17/input.txt
Normal file
@@ -0,0 +1 @@
|
||||
369
|
||||
Reference in New Issue
Block a user