Skip to content

Commit

Permalink
Makefile: Every decent project needs one.
Browse files Browse the repository at this point in the history
  • Loading branch information
psankar committed Dec 20, 2010
1 parent 60614c7 commit f6d063a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
@@ -0,0 +1,7 @@
SOURCES = Autobahn.cs

Autobahn.exe: $(SOURCES) Makefile
gmcs -debug $(SOURCES) -pkg:mono-curses

run: Autobahn.exe
mono --debug Autobahn.exe; stty sane

0 comments on commit f6d063a

Please sign in to comment.