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