From 5d29fe79d30f430ae326d9dc57ccfaed6fe61328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 8 Mar 2016 16:10:33 +0100 Subject: Another full update of current work --- makefile | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 makefile (limited to 'makefile') 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) -- cgit v1.2.3