Initial work on calculator program.
This commit is contained in:
2
calculator/Makefile
Normal file
2
calculator/Makefile
Normal file
@@ -0,0 +1,2 @@
|
||||
calc: *.cpp *.h
|
||||
clang++ -std=c++20 -O0 -g -o calc *.cpp
|
||||
Reference in New Issue
Block a user