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
/
2020
/
05
/
Makefile
blob: 48f7dd4aea1b29c1a37564f46873654285b418d2 (
plain
) (
blame
)
1
2
3
4
5
6
all
:
${
CC
}
${
CFLAGS
}
-o
seatids
seatids.c
.PHONY
:
clean
clean
:
rm
-f
seatids