Rev 444 | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed
SOURCES = Source/Daemon.cs Source/TcpServer.cs ../csharp-lib/CanPacket.cs Source/Program.cs Source/SerialConnection.cs Source/Properties/AssemblyInfo.cs# Source/Downloader.cs Source/HexFile.cs#OUT = canBootloader.exePRG = canDaemon# You should not have to change anything below here.GMCS = gmcsCFLAGS = -out:$(PRG).exedefault: $(PRG).exe#default:# $(GMCS) $(CFLAGS) $(SOURCES)all: $(PRG).exe#all:# $(GMCS) $(CFLAGS) $(SOURCES)$(PRG).exe: $(SOURCES)$(GMCS) $(CFLAGS) $(SOURCES)clean:rm -rf $(PRG).exe