diff options
| author | erdgeist <erdgeist@dyn-174.club.berlin.ccc.de> | 2009-04-09 20:11:38 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@dyn-174.club.berlin.ccc.de> | 2009-04-09 20:11:38 +0200 |
| commit | 8c6b4dcf08268ed2971b06df40c733ba28448582 (patch) | |
| tree | 7fe9b0b5c756e385c846b13a4bde095672774d93 /lib/chaos_calendar/gen.sh | |
| parent | 2ca3a93bca6ebc8e4639c1dc028eb7804bc1f727 (diff) | |
Make chaos calendar gem
Diffstat (limited to 'lib/chaos_calendar/gen.sh')
| -rwxr-xr-x | lib/chaos_calendar/gen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chaos_calendar/gen.sh b/lib/chaos_calendar/gen.sh index 2f5351a0..f588af6f 100755 --- a/lib/chaos_calendar/gen.sh +++ b/lib/chaos_calendar/gen.sh | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | rm -f Makefile *.o *wrap.c* | 3 | rm -f Makefile *.o *wrap.c* |
| 4 | swig -ruby ical_occurrences.i | 4 | swig -ruby chaos_calendar.i |
| 5 | ruby extconf.rb | 5 | ruby extconf.rb |
| 6 | make | 6 | make |
