updated makefile
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401557
This commit is contained in:
parent
b069620eaa
commit
405b93d220
@ -8,7 +8,7 @@ OBJECTS = ABuilder.cs AssemblyInfo.cs Config.cs LinuxBuilder.cs Win32Builder.cs
|
|||||||
default: all
|
default: all
|
||||||
|
|
||||||
all: $(OBJECTS)
|
all: $(OBJECTS)
|
||||||
$(CS) $(OBJECTS) -o $(BINARY)
|
$(CS) $(OBJECTS) -out:$(BINARY)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(BINARY)
|
rm -rf $(BINARY)
|
||||||
|
Loading…
Reference in New Issue
Block a user