Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
98efb28a
Commit
98efb28a
authored
Sep 13, 1991
by
Linus Tolke
Browse files
Lagt till distclean.
parent
5e6d5a10
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
98efb28a
...
...
@@ -13,4 +13,9 @@ clean:
rm
-vf
misc/
*
~
*
~
(
cd
src
;
${MAKE}
clean
)
distclean
:
clean
rm
-vf
Topdir.make
(
cd
src
;
${MAKE}
distclean
)
rm
-vf
*
/Topdir.make
depend
:
;
src/Makefile
View file @
98efb28a
# $Id$
# $Log$
# Revision 35.1 1991/08/21 15:44:47 linus
# Revision 35.2 1991/09/13 21:42:53 linus
# Lagt till distclean.
#
# Revision 35.1 1991/08/21 15:44:47 linus
# Lagt till lyskom-clientversion-long
#
...
...
@@ -90,6 +93,9 @@ clean:
$(RM)
*
~
*
.elc core
-
$(RM)
-r
distribution
distclean
:
clean
$(RM)
TAGS Topdir.make
*
/Topdir.make
distrib distribution
:
lyskom.el lyskom.elc doc
-
$(RM)
-r
distribution
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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