summaryrefslogtreecommitdiff
path: root/src/telepyro-v0.1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/telepyro-v0.1/Makefile')
-rw-r--r--src/telepyro-v0.1/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/telepyro-v0.1/Makefile b/src/telepyro-v0.1/Makefile
index 2f664fcb..2ac7e747 100644
--- a/src/telepyro-v0.1/Makefile
+++ b/src/telepyro-v0.1/Makefile
@@ -85,8 +85,10 @@ load: $(PROG).hex
ao_product.h: ao-make-product.5c ../Version
$(call quiet,NICKLE,$<) $< -m altusmetrum.org -i $(IDPRODUCT) -p $(PRODUCT) -v $(VERSION) > $@
-ao_product.rel: ao_product.c ao_product.h
- $(call quiet,CC) -c $(CFLAGS) -D PRODUCT_DEFS='\"ao_product.h\"' -o$@ $<
+ao_product.o: ao_product.c ao_product.h
+
+%.o : %.c
+ $(call quiet,CC) -c $(CFLAGS) $<
distclean: clean