mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Removed .dbg target
svn path=/trunk/; revision=1838
This commit is contained in:
parent
56d6a0c2b1
commit
8701c47012
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.37 2001/04/26 13:23:38 dwelch Exp $
|
||||
# $Id: Makefile,v 1.38 2001/04/28 22:59:16 dwelch Exp $
|
||||
#
|
||||
# ReactOS Operating System
|
||||
#
|
||||
|
@ -56,8 +56,7 @@ all: $(EXE_PREFIX)depends$(EXE_POSTFIX) include/internal/config.h \
|
|||
$(OBJECTS_PATH) \
|
||||
$(TARGETNAME).nostrip.exe \
|
||||
$(TARGETNAME).exe \
|
||||
$(TARGETNAME).sym \
|
||||
$(TARGETNAME).dbg
|
||||
$(TARGETNAME).sym
|
||||
|
||||
$(EXE_PREFIX)depends$(EXE_POSTFIX): depends.c
|
||||
$(HOST_CC) -o depends$(EXE_POSTFIX) depends.c
|
||||
|
|
Loading…
Reference in a new issue