Makefile fixes to compile.

svn path=/trunk/; revision=3381
This commit is contained in:
Emanuele Aliberti 2002-08-23 12:40:56 +00:00
parent 0b318e24d3
commit d4dc1756c4
3 changed files with 13 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.3 2002/06/08 16:28:03 ea Exp $
# $Id: Makefile,v 1.4 2002/08/23 12:40:56 ea Exp $
#
# Tu run it in Win32 console mode, undefine __SUBSYSTEM_WINDOWS__
# and pass "console" in the ld's --subsystem option.
@ -33,7 +33,14 @@ $(TARGET_NAME).coff: $(TARGET_NAME).rc
--include-dir $(PATH_TO_TOP)/include \
--output-format coff \
$< $@
clean:
- $(RM) *.o
- $(RM) *.exe
- $(RM) *.coff
- $(RM) *.sym
include $(PATH_TO_TOP)/rules.mak