You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
eon/eon-unix/make.sh

5 lines
215 B

echo -e "\e[31m[WARNING] if this fails to build, its because lex output a bad C file. Please put a '}' at the end of the erroring functions!\e[0m"
lex eon.l
yacc -d eon.y
gcc lex.yy.c y.tab.c hashmap/map.c -o eon64