This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
Makefile that runs w.o. changes on Cygwin & Linux: how to do "rm -f $(TARGET)"?
- To: "'cygwin at cygwin dot com'" <cygwin at cygwin dot com>
- Subject: Makefile that runs w.o. changes on Cygwin & Linux: how to do "rm -f $(TARGET)"?
- From: "Karr, David" <david dot karr at cacheflow dot com>
- Date: Thu, 6 Sep 2001 13:38:03 -0700
I have a little test application that I want to build and run without change
on Cygwin and Linux. It almost works perfectly, except for the "clean"
target. Is there any way to reference "thing" and have it mean "thing" on
Linux, but "thing.exe" on Cygwin?
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/