Automatic add
This commit is contained in:
parent
1bdc0fc767
commit
510dbf12de
|
@ -26,8 +26,12 @@ clean:
|
|||
rm -f ${OBJDIR}/*.o
|
||||
rm -f *~
|
||||
rm -f ${INCDIR}/*~
|
||||
|
||||
fclean: clean
|
||||
rm -f ${BUILDDIR}/*
|
||||
|
||||
re: fclean all
|
||||
|
||||
install: all
|
||||
mkdir -p ${DESTDIR}${PREFIX}/bin
|
||||
cp -f ${BUILDDIR}/${app} ${DESTDIR}${PREFIX}/bin
|
||||
|
@ -36,4 +40,4 @@ install: all
|
|||
uninstall:
|
||||
rm -f ${DESTDIR}${PREFIX}/bin/${app}
|
||||
|
||||
.PHONY: clean install uninstall
|
||||
.PHONY: clean install uninstall fclean all re
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
/* By: jtorrez- <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2023/03/18 20:15:26 by jtorrez- #+# #+# */
|
||||
/* Updated: 2023/03/19 03:46:33 by tischmid ### ########.fr */
|
||||
/* Updated: 2023/03/19 20:47:30 by tischmid ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
Loading…
Reference in New Issue