mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
6 lines
66 B
Makefile
6 lines
66 B
Makefile
all: solution
|
|
./$<
|
|
|
|
solution: solution.swift
|
|
swiftc -O $< -o $@
|