scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 8f450b03aa40bfc083c9a9753157b9bcf591eeb3
parent b112f3b2de4a54f3b3474eda4cc35bb26a6690df
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 26 Sep 2019 15:27:08 +0200

[test/ar] Fix ar test Makefile

This test was still using old path definitions.

Diffstat:
Mtests/ar/execute/Makefile | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/ar/execute/Makefile b/tests/ar/execute/Makefile @@ -1,7 +1,6 @@ .POSIX: -PROJECTDIR=$$PWD/../../../ -ROOT=$(PROJECTDIR)/root +ROOT=../../.. all: tests