mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
(install, uninstall): New targets.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@571 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
43858076dc
commit
6233cdef9a
1 changed files with 4 additions and 0 deletions
4
Makeconf
4
Makeconf
|
@ -27,5 +27,9 @@
|
|||
# Put this first so it's the default
|
||||
all:
|
||||
|
||||
# Default to empty, individual Makefile's can override this
|
||||
install:
|
||||
uninstall:
|
||||
|
||||
rcs-list-locked:
|
||||
@rlog -L -R $(RCS_FILES)
|
||||
|
|
Loading…
Reference in a new issue