citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 1f6d614d472288b5aa3fc6f42efc36e87e7ad9e7
parent 6e852b6ac574dbb308c8a6a01c5fa987cfb7168c
Author: Kyle Milz <milz@imac.0x30.net>
Date:   Wed,  3 Mar 2021 22:04:11 -0800

bin: correct Makefile

Diffstat:
Mbin/Makefile | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/bin/Makefile b/bin/Makefile @@ -10,3 +10,9 @@ citrun_report: report.awk echo "#!/usr/bin/awk -f" > $@ cat ${.CURDIR}/report.awk >> $@ chmod +x $@ + +clean: + rm -f ${PROGS} + + +.include "../Makefile.in"