diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2022-12-03 13:58:29 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2022-12-03 13:58:29 +0200 |
| commit | a35770af4761d621110fc00546990144cdb740e8 (patch) | |
| tree | fdd6253ad45426593d7f0bb5aef9cdcc17f7f82d /2022/Makefile | |
| parent | 119563dab54a459e8c1932bbde13ea534e7b0c83 (diff) | |
| download | aoc-a35770af4761d621110fc00546990144cdb740e8.tar.xz aoc-a35770af4761d621110fc00546990144cdb740e8.zip | |
Fixed something in the Makefile
Diffstat (limited to '2022/Makefile')
| -rw-r--r-- | 2022/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2022/Makefile b/2022/Makefile index 35528a2..08000ae 100644 --- a/2022/Makefile +++ b/2022/Makefile @@ -2,4 +2,4 @@ all: @g++ main.cpp -o ans.o run: - ./ans < input.txt + ./ans.o < input.txt |
