diff options
Diffstat (limited to 'a1/Makefile')
-rw-r--r-- | a1/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/a1/Makefile b/a1/Makefile new file mode 100644 index 0000000..af4aa77 --- /dev/null +++ b/a1/Makefile @@ -0,0 +1,3 @@ +all: + g++ -std=c++20 -fmodules-ts -x c++-system-header iostream + g++ -std=c++20 -fmodules-ts hello.cc -o hello |