Created XML makefiles for rosapps. You need to checkout /rosapps in your /reactos...
[reactos.git] / rosapps / devutils / gdb2 / Makefile
1 # $Id: Makefile,v 1.1 2001/04/15 23:43:12 narnaoud Exp $
2 #
3 # ReactOS makefile for gdb2
4 #
5
6 include ../../rules.mak
7
8 TARGET_NAME=gdb2
9
10 all: $(TARGET_NAME)$(EXE_POSTFIX)
11
12 gdb2.exe : gdb2.cpp ph.h
13 gcc gdb2.cpp -o gdb2.exe