mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-23 16:43:11 +01:00
Fix CLEANFILES.
This commit is contained in:
parent
f26c691b08
commit
de0a3a0840
@ -1,4 +1,4 @@
|
|||||||
# $Id: GNUmakefile,v 1.44 2008-12-10 20:25:41 nicm Exp $
|
# $Id: GNUmakefile,v 1.45 2008-12-13 17:40:30 nicm Exp $
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
||||||
@ -98,7 +98,7 @@ endif
|
|||||||
|
|
||||||
OBJS= $(patsubst %.c,%.o,$(SRCS))
|
OBJS= $(patsubst %.c,%.o,$(SRCS))
|
||||||
|
|
||||||
CLEANFILES= $(PROG) y.tab.c y.tab.h $(OBJS) .depend
|
CLEANFILES= ${PROG} *.o .depend *~ ${PROG}.core *.log index.html
|
||||||
|
|
||||||
CPPFLAGS+= $(INCDIRS)
|
CPPFLAGS+= $(INCDIRS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user