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