index
:
advent-of-code
master
Solutions to Advent of Code
Thomas Voss
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
2017
/
03
/
Makefile
blob: fd82d572caffc5c4517c1ea5104da5df7e0f6641 (
plain
) (
blame
)
1
2
3
4
5
6
all
:
${
CC
}
${
CFLAGS
}
-o
puzzle-1
puzzle-1.c
.PHONY
:
clean
clean
:
rm
-f
puzzle-1