diff options
Diffstat (limited to 'firmware/test/memory/makefile')
| -rw-r--r-- | firmware/test/memory/makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/firmware/test/memory/makefile b/firmware/test/memory/makefile deleted file mode 100644 index 2878500..0000000 --- a/firmware/test/memory/makefile +++ /dev/null @@ -1,23 +0,0 @@ -############################################################################# -## __________ __ ___. -## Open \______ \ ____ ____ | | _\_ |__ _______ ___ -## Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / -## Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < -## Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ -## \/ \/ \/ \/ \/ -## Copyright Alan Korr, 2002. All rights reserved. -## -## Permission to use, copy, modify, and distribute this software for any -## purpose is hereby granted without fee, provided that this copyright and -## permissions notice appear in all copies and derivatives, and that no -## charge may be made for the software and its documentation except to cover -## cost of distribution. -## -## This software is provided "as is" without express or implied warranty. -############################################################################# -ARCH = test -PACKAGE = memory -VERSION = 0.1.1 --include ../makefile-vars --include ../makefile-rules - |