Automatic add

This commit is contained in:
Timo Schmidt 2023-03-28 15:55:54 +02:00
parent 1bdc0fc767
commit 510dbf12de
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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 */
/* */
/* ************************************************************************** */