Commit 27a8631c authored by nagayama15's avatar nagayama15

出力ライブラリファイルの名前を変更

parent 52a1bf61
...@@ -17,12 +17,12 @@ LDFLAGS := \ ...@@ -17,12 +17,12 @@ LDFLAGS := \
.PHONY: all test clean .PHONY: all test clean
all: testpass.so test_pass all: nykk.so test_pass
test: test_pass test: test_pass
./test_pass ./test_pass
testpass.so: \ nykk.so: \
src/nykk/pass/TestPass.o \ src/nykk/pass/TestPass.o \
src/nykk/pass/BlockCounterPass.o \ src/nykk/pass/BlockCounterPass.o \
src/nykk/pass/BlockWatermarkPass.o src/nykk/pass/BlockWatermarkPass.o
......
Markdown is supported
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