Coq makefile "Top". Prefix
I am using Coq 8.5 automatic file generator. This makefile prefix all modules with "Top". Now let's say you run a lot of files with make and then want to modify / debug some file in the IDE. The annoying fact then is that Coq complains that it cannot find other compiled files because in the IDE it accepts names without the "Top" prefix. I tried to tweak the makefile to get rid of this prefix. But I always ended up with a make error message. Can anyone show me how to remove the "Top" prefix in make or tell the IDE to use the "Top" prefix.
+3
source to share