Updated mingw directions, and made build process easier

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@536 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
ghaushe
2003-01-08 05:53:47 +00:00
parent 9dacb5c6ee
commit b1c28f2a41
7 changed files with 39 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ default:
$(COMPILE) -o $@ -c $(CFLAGS) $<
target-%:
$(COMPILE) $(LDFLAGS) -o $* $^
$(COMPILE) -o $* $^ $(LDFLAGS)
-include $(DEPEND_FILE)