mirror of
https://gitee.com/clygintang/Dockfile-Coreseek.git
synced 2025-07-21 00:00:15 +08:00
18 lines
176 B
Makefile
Executable File
18 lines
176 B
Makefile
Executable File
all:
|
|
install:
|
|
install-strip:
|
|
uninstall:
|
|
TAGS:
|
|
info:
|
|
dist:
|
|
|
|
check:
|
|
php ubertest.php t -u test
|
|
|
|
clean:
|
|
sh clean.sh
|
|
|
|
distclean: clean
|
|
mostlyclean: clean
|
|
maintainer-clean: clean
|