C version, bash cleanup.

This commit is contained in:
2021-01-02 20:12:01 +01:00
parent 422388a63b
commit 93a05e3f17
4 changed files with 57 additions and 13 deletions

View File

@@ -15,13 +15,13 @@ output:
compile: ex1-c ex2-c
ex1:
ex1: ex1-c
@$(TIME) ex1.bash 2020 < $(INPUT) 2>&1
@#$(TIME) ex1-c < $(INPUT) 2>&1
@$(TIME) ex1-c 2020 < $(INPUT) 2>&1
ex2:
ex2: ex1-c
@$(TIME) ex1.bash 30000000 < $(INPUT) 2>&1
@#$(TIME) ex2-c < $(INPUT) 2>&1
@$(TIME) ex1-c 30000000 < $(INPUT) 2>&1
clean:
@rm -f ex1-c ex2-c core