diff options
author | Karel Kočí <cynerd@email.cz> | 2016-03-08 16:10:33 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-03-08 16:10:33 +0100 |
commit | 5d29fe79d30f430ae326d9dc57ccfaed6fe61328 (patch) | |
tree | 8341804d561c0060176cbebc3f9a57c7c07f7816 /makefile | |
parent | 4e773191d447ac434536262a6f204dd991d4ad77 (diff) | |
download | avr-ioe-5d29fe79d30f430ae326d9dc57ccfaed6fe61328.tar.gz avr-ioe-5d29fe79d30f430ae326d9dc57ccfaed6fe61328.tar.bz2 avr-ioe-5d29fe79d30f430ae326d9dc57ccfaed6fe61328.zip |
Another full update of current work
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 16 |
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) |