This website requires JavaScript.
Explore
Help
Register
Sign in
vlastavesely
/
sanskrit-iast
Watch
1
Star
0
Fork
You've already forked sanskrit-iast
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
e4fbd8bbfb
sanskrit-iast
/
Makefile
9 lines
88 B
Makefile
Raw
Normal View
History
Unescape
Escape
initial
2018-04-25 14:29:11 +02:00
.PHONY
:
all
clean
all
:
add syllable.c
2018-04-25 15:16:12 +02:00
$(
CC
)
main.c syllable.c -o main
initial
2018-04-25 14:29:11 +02:00
./main
clean
:
$(
RM
)
-f main
Reference in a new issue
Copy permalink