This website requires JavaScript.
Explore
lain.church
Help
Register
Sign In
xolatile
/
xiranda
Watch
1
Star
0
Fork
0
You've already forked xiranda
Code
Issues
Pull Requests
Releases
Wiki
Activity
5d81beb8d2
xiranda
/
compile.sh
8 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial prototype compiler...
2024-03-31 22:58:48 -04:00
#!/bin/bash
set
-xe
Update, removed export and define keywords...
2024-04-02 11:36:20 -04:00
gcc -g -ansi -Wall -Wextra -Wpedantic -Werror -o xiranda xiranda.c
Initial prototype compiler...
2024-03-31 22:58:48 -04:00
exit
Reference in New Issue
Copy Permalink