Started AOC 2020 - solved the first 4.5 days.
This commit is contained in:
8
2020/Makefile
Normal file
8
2020/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
all:
|
||||
|
||||
%: %.go
|
||||
mkdir -p build/
|
||||
go build -o build/$@ $<
|
||||
|
||||
clean:
|
||||
rm -rf build/
|
Reference in New Issue
Block a user