aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/makefile b/makefile
deleted file mode 100644
index 14aa590..0000000
--- a/makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-.PHONY: all help clean
-
-IOE_ONLYPATHS = y
-include avr-ioe.mk
-
-all:
- $(error This is not library, please include "avr-ioe.mk" to your project makefile. For more informations refer to README.md)
-
-help:
- @echo This makefile only implements these targets:
- @echo help - prints this text
- @echo clean - removing all object files generated from source files
-
-clean:
- $(RM) $(IOE_OBJ)
- $(RM) $(IOE_DEP)