Skip to content

Commit 3d064f4

Browse files
committed
make: make static adjustments
1 parent e49126e commit 3d064f4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ deb:
3636
$(MAKE) -C 32
3737

3838
static:
39-
$(MAKE) -C src DJ64STATIC=1
39+
$(MAKE) -C src static

src/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ CFLAGS += -DREV_ID=\"$(REVISIONID)$(STEXT)\"
1919

2020
all: $(CMD)
2121

22+
static:
23+
$(MAKE) DJ64STATIC=1
24+
2225
clean: clean_dj64
2326
$(RM) $(CMD)
2427

0 commit comments

Comments
 (0)