summaryrefslogtreecommitdiff
path: root/src/megametrum-v0.1
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-03-25 13:08:05 -0700
committerKeith Packard <keithp@keithp.com>2012-03-28 21:37:04 -0700
commita157edbe1bf7fffd5a6041f7b1760674addd2229 (patch)
treecf887dc5ce71cff1169fcfdabd7b5b2474804456 /src/megametrum-v0.1
parentc1531fb26461b9f4ec39672bbfaeb70e6f4d1056 (diff)
stm-demo does not use altitude.h
Diffstat (limited to 'src/megametrum-v0.1')
-rw-r--r--src/megametrum-v0.1/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/megametrum-v0.1/Makefile b/src/megametrum-v0.1/Makefile
index 510bee6a..b07d1e1d 100644
--- a/src/megametrum-v0.1/Makefile
+++ b/src/megametrum-v0.1/Makefile
@@ -45,8 +45,6 @@ OBJ=$(SRC:.c=.o)
all: $(PROG)
-LDFLAGS=-L../stm -Wl,-Taltos.ld
-
$(PROG): Makefile $(OBJ)
$(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(OBJ) $(SAT_CLIB) -lgcc