mirror of the now-defunct rocklinux.org
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.

15 lines
437 B

  1. --- ./Makefile.orig 2003-09-29 00:26:40.000000000 +0200
  2. +++ ./Makefile 2003-09-29 00:26:42.000000000 +0200
  3. @@ -79,10 +79,10 @@
  4. all: $(targets)
  5. mine: $(MINE_ALL_OBJS)
  6. - gcc $(MINE_ALL_OBJS) $(MINE_LDFLAGS) -o mine
  7. + $(CC) $(MINE_ALL_OBJS) $(MINE_LDFLAGS) -o mine
  8. gasgui: $(GAS_OBJ)
  9. - gcc $(GAS_OBJ) -ldialog -lcurses -lm -o gasgui
  10. + $(CC) $(GAS_OBJ) -ldialog -lcurses -lm -o gasgui
  11. install:
  12. install mine $(sysprefix)/bin/mine