2022 day1: fix global Makefile, RESULTS.txt
This commit is contained in:
@@ -61,9 +61,9 @@ $(SUBDIRS):
|
||||
@echo "========================================="
|
||||
@echo
|
||||
@echo "+++++++++++++++++ part 1"
|
||||
+@$(MAKE) --no-print-directory -C $@ ex1 2>&1
|
||||
+@$(MAKE) --no-print-directory -C $@ part1 2>&1
|
||||
@echo "+++++++++++++++++ part 2"
|
||||
+@$(MAKE) --no-print-directory -C $@ ex2 2>&1
|
||||
+@$(MAKE) --no-print-directory -C $@ part2 2>&1
|
||||
|
||||
output:
|
||||
@$(MAKE) --no-print-directory all >OUTPUT 2>&1
|
||||
|
14
2022/RESULTS.txt
Normal file
14
2022/RESULTS.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
=========================================
|
||||
================= day01 =================
|
||||
=========================================
|
||||
|
||||
+++++++++++++++++ part 1
|
||||
aoc.bash: res=66719
|
||||
time: 0:00.03 real, 0.02 user, 0.00 sys
|
||||
context-switch: 0+1, page-faults: 0+274
|
||||
|
||||
+++++++++++++++++ part 2
|
||||
aoc.bash: res=198551
|
||||
time: 0:00.03 real, 0.03 user, 0.00 sys
|
||||
context-switch: 2+1, page-faults: 0+283
|
||||
|
Reference in New Issue
Block a user