CLEANFILES
This commit is contained in:
parent
ede39ff029
commit
36919d7533
4
Makefile
4
Makefile
@ -1,5 +1,5 @@
|
||||
# main makefile...
|
||||
# $Amigan: phoned/Makefile,v 1.8 2005/06/27 20:47:08 dcp1990 Exp $
|
||||
# $Amigan: phoned/Makefile,v 1.9 2005/06/27 20:57:04 dcp1990 Exp $
|
||||
# Oh My Fucking God, this is such a big, unportable mess. Oh well.
|
||||
# BSD Make > *
|
||||
include global.mk
|
||||
@ -10,7 +10,7 @@ CLEANFILES=.config
|
||||
all: ${APPSUF}
|
||||
${APPSUF}: .config
|
||||
@cd ${@:S/_app$//} && make
|
||||
clean: ${APPSCLEAN} ourclean
|
||||
clean: ${APPSCLEAN} ourclean ${CLEANFILES}
|
||||
${APPSCLEAN}:
|
||||
@cd ${@:S/_cl$//} && make clean
|
||||
ourclean:
|
||||
|
Loading…
Reference in New Issue
Block a user