mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-23 19:11:22 +08:00
Use new def_target
This commit is contained in:
@@ -32,4 +32,4 @@ pl_clojure_setsrc (char *option)
|
||||
chsrc_say_lastly (&source, ChsrcTypeManual);
|
||||
}
|
||||
|
||||
def_target_noget (pl_clojure);
|
||||
def_target_s (pl_clojure);
|
||||
|
||||
@@ -38,4 +38,4 @@ pl_nuget_setsrc (char *option)
|
||||
}
|
||||
|
||||
|
||||
def_target_noget (pl_nuget);
|
||||
def_target_s (pl_nuget);
|
||||
|
||||
@@ -67,4 +67,4 @@ pl_haskell_setsrc (char *option)
|
||||
chsrc_say_lastly (&source, ChsrcTypeManual);
|
||||
}
|
||||
|
||||
def_target_noget (pl_haskell);
|
||||
def_target_s (pl_haskell);
|
||||
|
||||
@@ -149,4 +149,4 @@ pl_python_resetsrc (char *option)
|
||||
pl_python_setsrc (ChsrcTypeReset);
|
||||
}
|
||||
|
||||
def_target_full(pl_python);
|
||||
def_target_gsr(pl_python);
|
||||
|
||||
Reference in New Issue
Block a user