diff options
| author | Keith Packard <keithp@keithp.com> | 2012-03-25 13:08:05 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-03-28 21:37:04 -0700 |
| commit | a157edbe1bf7fffd5a6041f7b1760674addd2229 (patch) | |
| tree | cf887dc5ce71cff1169fcfdabd7b5b2474804456 /src/megametrum-v0.1 | |
| parent | c1531fb26461b9f4ec39672bbfaeb70e6f4d1056 (diff) | |
stm-demo does not use altitude.h
Diffstat (limited to 'src/megametrum-v0.1')
| -rw-r--r-- | src/megametrum-v0.1/Makefile | 2 |
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 |
