代码搜索:clean
找到约 10,000 项符合「clean」的源代码
代码结果 10,000
www.eeworm.com/read/184877/5244786
makefile
PROG=calib
CFLAGS=-O2 -s -Wall -I libatlas
LDLIBS= -L libatlas -llapack -lcblas -latlas -lm
all: $(PROG)
clean:
rm -f $(PROG)
www.eeworm.com/read/178760/5313313
makefile
CFLAGS=-Wall -g
tinitalk: tinitalk.c tinitalk.h
cc -o $@ $(CFLAGS) $<
cp $@ /usr/local/bin
clean:
rm -f core *~ *.o tinitalk \#*
www.eeworm.com/read/171479/5394892
groovy build.groovy
package groovy.gravy
/**
* Represents a build process
*/
class Build implements Runnable {
def ant = new AntBuilder()
def args
def pom
def defaultTargets = ['clean', 'compile']
www.eeworm.com/read/169937/5408727
freebsd readme.freebsd
I have added files to this package to get it to run on a FreeBSD
console. Some changes, particularly to the Makefiles are not particularly
clean, and could probably be done a lot better (but hey, it's
www.eeworm.com/read/169126/5428447
cs cleanstring.cs
using System;
using System.Text;
namespace BookShop.Web.WebComponents
{
///
/// A sample class to clean the input into web pages
///
public sealed class CleanString
www.eeworm.com/read/332064/3401687
vb customers.designer.vb
_
Partial Public Class Customers
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component l
www.eeworm.com/read/332064/3401709
vb mainform.designer.vb
_
Partial Class MainForm
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
www.eeworm.com/read/332064/3401725
vb aboutform.designer.vb
_
Partial Class AboutForm
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
www.eeworm.com/read/332064/3401741
vb mainform.designer.vb
_
Partial Class MainForm
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
www.eeworm.com/read/332064/3401743
vb aboutform.designer.vb
_
Partial Class AboutForm
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.