mirror of
https://github.com/php-win-ext/php-rar.git
synced 2026-04-26 22:08:05 +02:00
8 lines
145 B
GLSL
8 lines
145 B
GLSL
EXTRA_CFLAGS := $(EXTRA_CFLAGS) -Wall
|
|
|
|
.PHONY: replace-run-tests
|
|
replace-run-tests:
|
|
cp run-tests-rar.php run-tests.php
|
|
|
|
test: replace-run-tests
|