summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/telefireone-v2.0/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/telefireone-v2.0/Makefile b/src/telefireone-v2.0/Makefile
index 988f7867..b7cc4a88 100644
--- a/src/telefireone-v2.0/Makefile
+++ b/src/telefireone-v2.0/Makefile
@@ -76,13 +76,10 @@ OBJ=$(SRC:.c=.o)
all: $(PROG) $(HEX)
$(PROG): Makefile $(OBJ) altos.ld
- $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(OBJ) $(LIBS)
+ $(call quiet,CC) $(LDFLAGS) -o $(PROG) $(OBJ) $(LIBS)
$(OBJ): $(INC)
-ao_product.h: ao-make-product.5c ../Version
- $(call quiet,NICKLE,$<) $< -m altusmetrum.org -i $(IDPRODUCT) -p $(PRODUCT) -v $(VERSION) > $@
-
distclean: clean
clean: