summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 603a97f..bfa28df 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-OBJS = jedec.o sst28sf040.o am29f040b.o mx29f002.c
-CC = gcc -O2
+OBJS = jedec.o sst28sf040.o am29f040b.o mx29f002.c sst39sf020.o
+CC = gcc -O2 -g
all: ${OBJS}
${CC} -o flash_rom flash_rom.c ${OBJS}
OpenPOWER on IntegriCloud