remove old makefile

svn path=/trunk/; revision=15921
This commit is contained in:
Maarten Bosma 2005-06-15 17:37:14 +00:00
parent 3bf9dce002
commit f30aac562d
36 changed files with 0 additions and 1680 deletions

View file

@ -1,13 +0,0 @@
# $Id: Makefile,v 1.1 2001/04/15 23:43:12 narnaoud Exp $
#
# ReactOS makefile for gdb2
#
include ../../rules.mak
TARGET_NAME=gdb2
all: $(TARGET_NAME)$(EXE_POSTFIX)
gdb2.exe : gdb2.cpp ph.h
gcc gdb2.cpp -o gdb2.exe