I should probably be working on making my pong game build with a GNU Makefile, but I'm kind of unmotivated and just sitting here. I'm not really sure what's wrong with the Makefile I wrote, which adds to the problem - lack of information about the problem makes it less interesting to me. If I had a bunch of information, some of it seemingly
(
Read more... )
Comments 7
Reply
The more correct thing would probably be to do moderate parsing of the files and generate the Makefile targets based on what each includes (since that changes over time as I refactor, etc.)
Reply
%.output: %.input
compiler -c -o $@ $<
?
Reply
Reply
Leave a comment