Subversion Repositories HomeAutomation

Rev

Rev 1207 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1207 Rev 1306
Line 2... Line 2...
2
# Source/Downloader.cs Source/HexFile.cs 
2
# Source/Downloader.cs Source/HexFile.cs 
3
#OUT				= canBootloader.exe
3
#OUT				= canBootloader.exe
4
PRG				= canDude
4
PRG				= canDude
5
# You should not have to change anything below here.
5
# You should not have to change anything below here.
6
 
6
 
7
GMCS			= gmcs
7
GMCS			= gmcs2
8
CFLAGS			= -out:$(PRG).exe
8
CFLAGS			= -out:$(PRG).exe
9
 
9
 
10
default: $(PRG).exe
10
default: $(PRG).exe
11
#default: 
11
#default: 
12
#	$(GMCS) $(CFLAGS) $(SOURCES)
12
#	$(GMCS) $(CFLAGS) $(SOURCES)