Tagged Questions
1
vote
2answers
82 views
Folder with images in makefile
I have been using anjuta to make some programs. I have made a folder in the src directory of the program to store all the images and icons. ( /src/images/icons )
However when i build the tarball the ...