~raof/+junk/gudev-throwaway

« back to all changes in this revision

Viewing changes to samples/Makefile

  • Committer: Alex Launi
  • Date: 2010-03-12 02:48:47 UTC
  • Revision ID: alex.launi@gmail.com-20100312024847-edqczrp2coz19r83
add sample

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
all:
 
3
        gmcs -pkg:glib-sharp-2.0 -pkg:gudev-sharp-1.0 TestGUDev.cs -out:TestGUDev.exe
 
4
 
 
5
 
 
6
clean:
 
7
        rm TestGUDev.exe