Working on Makefile structure.
This commit is contained in:
parent
baf89c9d63
commit
c13dc3a829
1 changed files with 5 additions and 2 deletions
|
@ -49,8 +49,8 @@ $(TARGET): $(OFILES) $(HFILES)
|
|||
|
||||
all: $(TARGET)
|
||||
|
||||
dep:
|
||||
$(CC) -MM *.c > depend
|
||||
# depend:
|
||||
# $(CC) -MM *.c > depend
|
||||
|
||||
clean:
|
||||
rm -f *.o $(TARGET) lib*.a *~ core
|
||||
|
@ -65,6 +65,9 @@ include depend
|
|||
|
||||
#---------------------------------------------------------------------------
|
||||
# $Log$
|
||||
# Revision 1.5 1997/06/27 20:03:40 curt
|
||||
# Working on Makefile structure.
|
||||
#
|
||||
# Revision 1.4 1997/06/26 19:08:38 curt
|
||||
# Restructuring make, adding automatic "make dep" support.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue