aboutsummaryrefslogtreecommitdiff
path: root/05/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '05/Makefile')
-rw-r--r--05/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/05/Makefile b/05/Makefile
index a8f700f..7d325ba 100644
--- a/05/Makefile
+++ b/05/Makefile
@@ -1,10 +1,10 @@
all: part1 part2
part1: part1.c
- gcc -g part1.c -o part1 -lalgds
+ gcc -Wall -g part1.c -o part1 -lalgds
part2: part2.c
- gcc -g part2.c -o part2 -lalgds
+ gcc -Wall -g part2.c -o part2 -lalgds
1: part1
cat input | ./part1