You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to latex-makefile-discuss
Is there a good way to add extra files to the clean target? My current solution is to define a new phony target that depends on clean and put a call to rm -f extrafiles in that. But what if I want to call my phony target "clean" too, but don't want to figure out what the default clean automagically removes?
Chris Monson
unread,
Apr 7, 2010, 6:54:04 AM4/7/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to latex-makef...@googlegroups.com
Like this:
clean: extracleans
.PHONY: extracleans
rm -rf my_additional_files
That should do it.
- From my Nexus One: watch out for spell bumps
--
To unsubscribe, reply using "remove me" as the subject.