diff --git a/Makefile b/Makefile index b40e244..d9c6229 100644 --- a/Makefile +++ b/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