test_simm30_dram

diff Makefile @ 5:7d9b129a5791

convert to 30pin
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 04 Jun 2017 02:56:55 +0300
parents 318a758ede82
children
line diff
     1.1 --- a/Makefile	Thu Mar 09 08:45:11 2017 +0200
     1.2 +++ b/Makefile	Sun Jun 04 02:56:55 2017 +0300
     1.3 @@ -1,6 +1,6 @@
     1.4  src = $(wildcard *.c)
     1.5  obj = $(src:.c=.o)
     1.6 -bin = test_simm72_dram
     1.7 +bin = test_simm30_dram
     1.8  hex = $(bin).hex
     1.9  eep = $(bin).eep
    1.10