summaryrefslogtreecommitdiff
path: root/src/megametrum-v0.1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/megametrum-v0.1/Makefile')
-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