Perl examples makefiles clean target fixed and use RUNPIPE and tidyup
This commit is contained in:
parent
14a89fac86
commit
92ffedceb5
16 changed files with 102 additions and 84 deletions
|
|
@ -1,7 +1,6 @@
|
|||
all:
|
||||
|
||||
run:
|
||||
perl runme.pl
|
||||
$(MAKE) -f $(TOP)/Makefile perl5_run
|
||||
|
||||
clean:
|
||||
rm -fr _Inline *~
|
||||
$(MAKE) -f $(TOP)/Makefile perl5_clean
|
||||
rm -rf _Inline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue