mirror of
https://github.com/bertptrs/adventofcode.git
synced 2026-05-11 15:20:35 +02:00
6 lines
66 B
Makefile
6 lines
66 B
Makefile
all: solution
|
|
./$<
|
|
|
|
solution: solution.swift
|
|
swiftc -O $< -o $@
|