test_simm30_dram

diff Makefile @ 1:318a758ede82

ops
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 08 Mar 2017 09:05:19 +0200
parents c47d05df0667
children 7d9b129a5791
line diff
     1.1 --- a/Makefile	Tue Mar 07 23:50:45 2017 +0200
     1.2 +++ b/Makefile	Wed Mar 08 09:05:19 2017 +0200
     1.3 @@ -1,6 +1,6 @@
     1.4  src = $(wildcard *.c)
     1.5  obj = $(src:.c=.o)
     1.6 -bin = test_ftdi
     1.7 +bin = test_simm72_dram
     1.8  hex = $(bin).hex
     1.9  eep = $(bin).eep
    1.10