Lines 1-5
Link Here
|
1 |
--- Makefile.orig 2002-11-08 19:50:29.000000000 +0900 |
1 |
--- Makefile.orig 2002-11-08 10:50:29 UTC |
2 |
+++ Makefile 2011-08-24 01:44:15.000000000 +0900 |
2 |
+++ Makefile |
3 |
@@ -1,8 +1,8 @@ |
3 |
@@ -1,8 +1,8 @@ |
4 |
# Makefile for TuxPuck , Copyright Jacob Kroon 2001-2002 |
4 |
# Makefile for TuxPuck , Copyright Jacob Kroon 2001-2002 |
5 |
NAME = tuxpuck |
5 |
NAME = tuxpuck |
Lines 11-17
Link Here
|
11 |
CSOURCES = tuxpuck.c video.c audio.c menu.c sprite.c font.c timer.c \ |
11 |
CSOURCES = tuxpuck.c video.c audio.c menu.c sprite.c font.c timer.c \ |
12 |
board.c entity.c glass.c scoreboard.c player.c zoom.c png.c \ |
12 |
board.c entity.c glass.c scoreboard.c player.c zoom.c png.c \ |
13 |
jpg.c intro.c tux.c arcana.c |
13 |
jpg.c intro.c tux.c arcana.c |
14 |
@@ -17,11 +17,11 @@ |
14 |
@@ -17,11 +17,11 @@ ifdef COMSPEC |
15 |
endif |
15 |
endif |
16 |
|
16 |
|
17 |
%.o : %.c |
17 |
%.o : %.c |