Skip to content

Commit

Permalink
fix Python exe in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ipelupessy committed Aug 23, 2022
1 parent 0a59fda commit 4c0098c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/simple_hash/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test_hash: test.cpp $(OBJS)
$(CXX) -O2 -o $@ $^

test: test_hash
python test.py ./test_hash 123456
$(PYTHON) test.py ./test_hash 123456

%.o: %.c
$(CC) $(CFLAGS) -c -o $@ $<
Expand Down

0 comments on commit 4c0098c

Please sign in to comment.