moving stuff around some more
This commit is contained in:
parent
6afa9c998f
commit
2b34bcfbd3
.gitignoreFLOSSINGLICENSEMakefileMakefile.macosxREADME.mdaliases.scmascii-mona-lisaascii-mona-lisa-2
attic
bootstrap.shbuiltins.ccompiler.lspcvalues.cequal.cequalhash.cequalhash.hexamples
flisp.bootflisp.cflisp.hflmain.ciostream.clib
mkboot0.lspmkboot1.lspopaque_type_template.copcodes.hprint.cread.cstring.csystem.lsptable.ctests
100x100.lspargv.lsp
ast
color.lspequal.scmerr.lsphashtest.lspperf.lsppisum.lspprintcases.lsptcolor.lsptest.lsptme.lsptorture.scmtorus.lspunittest.lspwt.lsptiny
todotodo-scraptypes.c
|
@ -1,4 +1,5 @@
|
|||
/*.o
|
||||
/*.do
|
||||
/*.a
|
||||
/*.da
|
||||
/flisp
|
|
@ -56,3 +56,5 @@ clean:
|
|||
rm -f *.o
|
||||
rm -f *.do
|
||||
rm -f $(EXENAME)
|
||||
rm -f $(LIBTARGET).a
|
||||
rm -f $(LIBTARGET).da
|
Loading…
Reference in New Issue