This website requires JavaScript.
Explore
Help
Sign In
Atlas48
/
shellmath
Watch
1
Star
0
Fork
0
You've already forked shellmath
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b3c4b5e81e
shellmath
/
Makefile
9 lines
95 B
Makefile
Raw
Normal View
History
Unescape
Escape
Added modulo program
2022-06-28 16:05:34 -04:00
files
=
add div mean mod mul sub sum
Bugfix & Makefile
2022-05-07 08:36:37 -04:00
all
:
$(
files
)
$(files)
:
%: %.
c
clean
:
rm -v
$(
files
)
Reference in New Issue
Copy Permalink