wajic
wajic copied to clipboard
c files that have the same name but a different end don't work with wajicup.js
Say for example that I have 2 files, among.c
and amongus.c
. If I try and compile this with node wajicup.js *.c output.html
or node wajicup.js among.c amongus.c output.html
, it compiles among.c
, but it freezes when compiling amongus.c
. I could rename my files to be completely different, but it might break some stuff later on.