scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 83da01ff8ebc220738bc8844a72d7e57cf6d02ed
parent de790c13ac3a3ae95e3df472b701301ae72c5adb
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 14 Nov 2017 08:12:57 +0000

[ar] Small improvement to the Makefile

Diffstat:
Mar/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ar/Makefile b/ar/Makefile @@ -19,6 +19,6 @@ main.o: $(DRIVER)/stat.h dep: clean: - rm -f ar *.o $(DRIVER)/*.o + rm -f ar-* *.o $(DRIVER)/*.o distclean: clean