961254088e
SSC is a 2D space shoot-em-up featuring interesting physics and alife. Destroy all enemies on screen to proceed to the next level. Inherits a lot of ideas from the game Koules. PR: 61507 Submitted by: Igor Pokrovsky <tiamat@comset.net>
19 lines
446 B
Text
19 lines
446 B
Text
--- support/Makefile.in.orig Sat Jan 17 16:24:05 2004
|
|
+++ support/Makefile.in Sat Jan 17 16:24:25 2004
|
|
@@ -264,13 +264,13 @@
|
|
# Targets
|
|
|
|
all: ode
|
|
- (cd ode && make configure ode-lib)
|
|
+ (cd ode && ${MAKE} configure ode-lib)
|
|
|
|
clean: ode
|
|
- (cd ode && make clean)
|
|
+ (cd ode && ${MAKE} clean)
|
|
|
|
distclean: ode
|
|
- (cd ode && make clean)
|
|
+ (cd ode && ${MAKE} clean)
|
|
|
|
dist-hook: clean
|
|
for dir in $(ODE_CLEAN); do $(RM) -rf $(ODE_DIR)/$$dir; done
|