projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Some compilation fixes
[wxWidgets.git]
/
src
/
makelib.g95
diff --git
a/src/makelib.g95
b/src/makelib.g95
index de3e8c583c9a2777b229b7b571ec393bf6248102..7fb95c9b3c7d2141b03f2c07087e6e7bafb0aa51 100644
(file)
--- a/
src/makelib.g95
+++ b/
src/makelib.g95
@@
-20,4
+20,7
@@
$(LIBTARGET): $(OBJECTS)
$(RANLIB) $@
clean:
- rm -f $(OBJECTS) $(LIBTARGET) core *.rsc *.res
+ -$(RM) $(OBJECTS) core *.rsc *.res
+
+cleanall: clean
+ -$(RM) $(LIBTARGET)
\ No newline at end of file