Restore aoc backup.
This commit is contained in:
10
2015/day01/makefile
Normal file
10
2015/day01/makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
CC = gcc
|
||||
CFLAGS = -std=c99 -Wall -g
|
||||
LDFLAGS =
|
||||
|
||||
answer01: answer01.c
|
||||
$(CC) answer01.c -o answer01
|
||||
|
||||
answer02: answer02.c
|
||||
$(CC) answer02.c -o answer02
|
||||
|
||||
Reference in New Issue
user.block.title