Darnit, don't override the rules.mak rule for building resources

svn path=/trunk/; revision=1620
This commit is contained in:
Phillip Susi 2001-02-12 03:50:00 +00:00
parent 933ff9a467
commit 07142de752

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.1 2000/12/05 02:38:08 ekohl Exp $
# $Id: makefile,v 1.2 2001/02/12 03:50:00 phreak Exp $
#
# Shell: Simple shell application
#
@ -17,9 +17,6 @@ BASE_CFLAGS = -I../../../include
all: shell.exe
$(TARGET).coff: $(TARGET).rc
$(RC) $(TARGET).rc $(TARGET).coff
shell.exe: $(OBJECTS) $(LIBS)
$(CC) $(OBJECTS) $(LIBS) -lgcc -o shell.exe
$(NM) --numeric-sort shell.exe > shell.sym