You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-puzzle/mirrormagic/files/mirrormagic-2.0.2-parallel....

12 lines
234 B

--- src/Makefile.old
+++ src/Makefile
@@ -146,7 +146,7 @@
endif
-all: libgame_dir $(PROGNAME)
+all: $(PROGNAME)
$(PROGNAME): $(LIBGAME) $(OBJS) $(ICON)
$(CC) $(PROFILING) $(OBJS) $(ICON) $(LIBGAME) $(LDFLAGS) -o $(PROGNAME)