summaryrefslogtreecommitdiff
path: root/src/teleterra-v0.2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/teleterra-v0.2/Makefile')
-rw-r--r--src/teleterra-v0.2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/teleterra-v0.2/Makefile b/src/teleterra-v0.2/Makefile
index 68a8d1b6..88637360 100644
--- a/src/teleterra-v0.2/Makefile
+++ b/src/teleterra-v0.2/Makefile
@@ -86,10 +86,10 @@ endif
# Otherwise, print the full command line.
quiet ?= $($1)
-all: ../$(PROG)
+all: $(PROG)
-../$(PROG): $(REL) Makefile
- $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(REL) && cp $(PROG) $(PMAP) ..
+$(PROG): $(REL) Makefile
+ $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(REL)
$(call quiet,CHECK_STACK) ../cc1111/ao_arch.h $(PMEM) || rm $@
ao_product.h: ao-make-product.5c ../Version