Files
IPS_G-assignment/fasto/Makefile
NikolajDanger 642fcbd636 fasto unzipped
2022-05-04 10:40:19 +02:00

7 lines
143 B
Makefile

all:
dotnet build Fasto
clean:
rm -rf Fasto/bin Fasto/obj
rm -f Fasto/Parser.fs Fasto/Parser.fsi Fasto/Parser.fsyacc.output Fasto/Lexer.fs