Skip to content

Commit 406a012

Browse files
committed
fix makefile print
1 parent 883dfa3 commit 406a012

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
@@ -5,8 +5,8 @@
55
FIFT=fift
66

77
print:
8-
@echo '"code.fif" include 2 boc+>B ."code boc:" cr Bx. cr cr' | fift | grep -v 'ok'
9-
@echo '"code.fif" include 2 boc+>B B>boc ."code hash:" cr hashu X. cr' | fift | grep -v 'ok'
8+
@echo '"pw-code.fif" include 2 boc+>B ."code boc:" cr Bx. cr cr' | fift | grep -v 'ok'
9+
@echo '"pw-code.fif" include 2 boc+>B B>boc ."code hash:" cr hashu X. cr' | fift | grep -v 'ok'
1010

1111
test:
1212
fift pw-test.fif

0 commit comments

Comments
 (0)