Skip to content
Snippets Groups Projects
Commit 2464318a authored by Manohar Vanga's avatar Manohar Vanga
Browse files

simulation: add warnings to firmware makefile


Signed-off-by: default avatarManohar Vanga <manohar.vanga@cern.ch>
parent dc9f935a
Branches
Tags
No related merge requests found
CFLAGS += -I../include
CFLAGS += -I../include -Wall -Wextra
all: wb_cfggen
wb_cfggen: wb_cfggen.o
gcc wb_cfggen.o -o wb_cfggen
$(CC) $(CFLAGS) wb_cfggen.o -o wb_cfggen
clean:
rm -rf wb_cfggen *.o
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment