day18/2 bash

This commit is contained in:
2021-07-14 20:30:30 +02:00
parent fe54be9e59
commit fcd5bcce0f
4 changed files with 177 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ export PATH := .:$(PATH)
.PHONY: clean all compile deploy ex1 ex2
all: ex1
all: ex1 ex2
output:
@$(MAKE) --no-print-directory all 2>&1 > OUTPUT