diff options
Diffstat (limited to 'build-0.3/clean.make')
-rw-r--r-- | build-0.3/clean.make | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/build-0.3/clean.make b/build-0.3/clean.make deleted file mode 100644 index c410853..0000000 --- a/build-0.3/clean.make +++ /dev/null @@ -1,16 +0,0 @@ -# file : build/clean.make -# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC -# license : GNU GPL v2; see accompanying LICENSE file - -#@@ Maybe create file aliases.make for standard aliases -# plus check for interactivity? What if some targets -# are not defined? -# - -ifdef %interactive% - -.PHONY: clean - -clean: $(out_base)/.clean - -endif |