help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

rm in makefile not working


From: Fred J.
Subject: rm in makefile not working
Date: Sun, 17 Jul 2005 12:38:03 -0700 (PDT)

Hello

when I $make, it does not rm $(OBJS). any ideas?
thanks

OBJS = cinloop.o

proj1 : $(OBJS)
<tab> $(CXX) -o $@ $(OBJS)

clean : 
<tab> rm $(OBJS)


                
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]