Skip to content

Commit cbad6c7

Browse files
committed
Makefile: running just make should produce the lib not the example bin
1 parent 7b19319 commit cbad6c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,11 @@ endif
161161

162162
ifeq ($(TARGET),library)
163163
CFLAGS+=-g
164-
MAIN_TARGET:=test-lib
164+
MAIN_TARGET:=libwolfboot.a
165165
endif
166166

167167
ifeq ($(TARGET),library_fs)
168-
MAIN_TARGET:=lib-fs
168+
MAIN_TARGET:=libwolfboot.a
169169
endif
170170

171171
ifeq ($(TARGET),raspi3)

0 commit comments

Comments
 (0)