This website requires JavaScript.
Explore
Help
Sign In
ssube
/
agulator
Watch
1
Star
0
Fork
You've already forked agulator
0
Code
ff41fa8717
agulator
/
Makefile
12 lines
104 B
Makefile
Raw
Normal View
History
Unescape
Escape
some actual calc stuff
2022-09-28 05:05:16 +00:00
.PHONY
:
clean
default
:
calc
clean
:
rm -rfv MAlonzo/
keep all statements, put numbers the right way around
2022-09-28 23:04:00 +00:00
rm -v Calc
some actual calc stuff
2022-09-28 05:05:16 +00:00
calc
:
keep all statements, put numbers the right way around
2022-09-28 23:04:00 +00:00
agda -c Calc.agda
Calc
:
calc