[hackers] [scc] config.mk - remove unnecessary whitespace || FRIGN
commit f3185b71f907ee4fc576df2de54baaa7b93451bc
Author: FRIGN <dev_AT_frign.de>
AuthorDate: Tue May 17 21:39:13 2016 +0200
Commit: FRIGN <dev_AT_frign.de>
CommitDate: Tue May 17 21:39:13 2016 +0200
config.mk - remove unnecessary whitespace
diff --git a/config.mk b/config.mk
index e7010d9..56dc39f 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -1,5 +1,5 @@
# scc version
-VERSION = 0.1
+VERSION = 0.1
# Customize below to fit your system
ARCH = z80
_AT_@ -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 $_AT_ -c $<
Received on Tue May 17 2016 - 21:39:28 CEST
This archive was generated by hypermail 2.3.0
: Tue May 17 2016 - 21:48:28 CEST