stehau
This commit is contained in:
7
W2/calculator/Makefile
Normal file
7
W2/calculator/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
.PHONY: all clean
|
||||
|
||||
all:
|
||||
dotnet build
|
||||
|
||||
clean:
|
||||
rm -rf bin obj Lexer.fs Parser.fs Parser.fsyacc.output Parser.fsi
|
Reference in New Issue
Block a user