Files
IPS_W-assignments/W1/fasto/Makefile
NikolajDanger b9ef4bb00e stuff
2022-04-30 16:18:13 +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