scc

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

commit f3185b71f907ee4fc576df2de54baaa7b93451bc
parent 344825fbb21140229625e78462b7e22280e3deb7
Author: FRIGN <dev@frign.de>
Date:   Tue, 17 May 2016 21:39:13 +0200

config.mk - remove unnecessary whitespace

Diffstat:
Mconfig.mk | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.mk b/config.mk @@ -1,5 +1,5 @@ # scc version -VERSION = 0.1 +VERSION = 0.1 # Customize below to fit your system ARCH = z80 @@ -18,7 +18,7 @@ MANPREFIX = ${PREFIX}/share/man # for Plan9 add -D_SUSV2_SOURCE -DNBOOL SCC_CFLAGS = -DNDEBUG -Iarch/$(ARCH) -DPREFIX=\"$(PREFIX)\" $(CFLAGS) -SCC_LDFLAGS = $(LDFLAGS) +SCC_LDFLAGS = $(LDFLAGS) .c.o: $(CC) $(SCC_CFLAGS) -o $@ -c $<