31
Programming / Re: GSView - make complains of "No such file or directory"
« on: January 29, 2022, 04:18:41 pm »
Hmm...so much for that idea...LOL, b/c I now have the same issue with common.mak, and as best as I can tell there is only a single target in there, that being:
Alright...time to get edumacated further on the inner depths of 'make'...LOL!
Code: [Select]
...
#################################################################
# Cleanup
commonclean:
-$(RM) $(CLEAN1)
-$(RM) $(CLEAN2)
-$(RM) $(CLEAN3)
...
Alright...time to get edumacated further on the inner depths of 'make'...LOL!