mirror of
https://github.com/RubyMetric/chsrc.git
synced 2024-11-22 20:19:02 +08:00
Add est_cmd target
This commit is contained in:
parent
f01d02e3a9
commit
4a6f24a258
8
Makefile
8
Makefile
|
@ -1,6 +1,6 @@
|
|||
CFLAGS =
|
||||
|
||||
TARGET = target
|
||||
TARGET = chsrc
|
||||
#=======================
|
||||
|
||||
all:
|
||||
|
@ -11,6 +11,12 @@ test:
|
|||
@gcc test_helper.c -o test
|
||||
@./test
|
||||
|
||||
test_cmd: $(TARGET)
|
||||
./$(TARGET) list mirror
|
||||
./$(TARGET) list target
|
||||
./$(TARGET) get ruby
|
||||
./$(TARGET) get python
|
||||
|
||||
clean:
|
||||
-@rm *.exe 2>/dev/null
|
||||
-@rm $(TARGET) 2>/dev/null
|
||||
|
|
Loading…
Reference in New Issue
Block a user