mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-27 02:23:15 +01:00
Remove object files in the compat directory.
This commit is contained in:
parent
b45c37edc6
commit
6384c60c10
@ -1,4 +1,4 @@
|
|||||||
# $Id: GNUmakefile,v 1.60 2009-01-18 14:40:48 nicm Exp $
|
# $Id: GNUmakefile,v 1.61 2009-01-18 15:57:28 tcunha Exp $
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
||||||
@ -105,7 +105,7 @@ endif
|
|||||||
|
|
||||||
OBJS= $(patsubst %.c,%.o,$(SRCS))
|
OBJS= $(patsubst %.c,%.o,$(SRCS))
|
||||||
|
|
||||||
CLEANFILES= ${PROG} *.o .depend *~ ${PROG}.core *.log index.html
|
CLEANFILES= ${PROG} *.o .depend *~ ${PROG}.core *.log compat/*.o index.html
|
||||||
|
|
||||||
CPPFLAGS+= $(INCDIRS)
|
CPPFLAGS+= $(INCDIRS)
|
||||||
|
|
||||||
|
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.100 2009-01-18 15:18:33 nicm Exp $
|
# $Id: Makefile,v 1.101 2009-01-18 15:57:28 tcunha Exp $
|
||||||
|
|
||||||
.SUFFIXES: .c .o .y .h
|
.SUFFIXES: .c .o .y .h
|
||||||
.PHONY: clean update-index.html upload-index.html
|
.PHONY: clean update-index.html upload-index.html
|
||||||
@ -92,7 +92,7 @@ DISTDIR= ${PROG}-${VERSION}
|
|||||||
DISTFILES= *.[chyl] Makefile GNUmakefile *.[1-9] NOTES TODO CHANGES FAQ \
|
DISTFILES= *.[chyl] Makefile GNUmakefile *.[1-9] NOTES TODO CHANGES FAQ \
|
||||||
`find examples compat -type f -and ! -path '*CVS*'`
|
`find examples compat -type f -and ! -path '*CVS*'`
|
||||||
|
|
||||||
CLEANFILES= ${PROG} *.o .depend *~ ${PROG}.core *.log index.html
|
CLEANFILES= ${PROG} *.o .depend *~ ${PROG}.core *.log compat/*.o index.html
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
${CC} ${CFLAGS} ${INCDIRS} -c ${.IMPSRC} -o ${.TARGET}
|
${CC} ${CFLAGS} ${INCDIRS} -c ${.IMPSRC} -o ${.TARGET}
|
||||||
|
Loading…
Reference in New Issue
Block a user