diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-07-24 13:32:16 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-07-24 13:32:16 +0200 |
commit | 2f158e9e5f50ead79937d60d1b861385ab0c9f0a (patch) | |
tree | b780fbf321d42bea562e48374dad413866b1d1d6 /a1/Makefile |
A1: Simple hello world
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 |