Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
017a3e74
Commit
017a3e74
authored
May 31, 2005
by
pfdietz
Browse files
Clean beyond-ansi/ directory on make clean
parent
069ace59
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/makefile
View file @
017a3e74
...
...
@@ -5,6 +5,8 @@
# LISP=abcl
# LISP=ecl
MAKE
=
make
test
:
@
rm
-rf
scratch
cat
doit.lsp |
$(LISP)
|
tee
test.out
...
...
@@ -54,6 +56,7 @@ rt_1000_8:
clean
:
@
rm
-f
test.out
*
.cls
*
.fasl
*
.o
*
.so
*
~
*
.fn
*
.x86f
*
.fasl
*
.ufsl
*
.abcl
*
.fas
*
.lib
\#
*
\#
@
(
cd
beyond-ansi
;
$(MAKE)
clean
)
@
rm
-rf
scratch/ scratch.txt
@
rm
-f
foo.txt foo.lsp foo.dat
@
rm
-f
tmp.txt tmp.dat tmp2.dat temp.dat
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment