wajic icon indicating copy to clipboard operation
wajic copied to clipboard

c files that have the same name but a different end don't work with wajicup.js

Open gl91306 opened this issue 3 years ago • 0 comments

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.

gl91306 avatar Dec 05 '21 07:12 gl91306