]> git.mxchange.org Git - flightgear.git/blobdiff - Triangle/Makefile
Restructured to split 1deg x 1deg dem's into 64 subsections.
[flightgear.git] / Triangle / Makefile
index e048c5a67c532bfd08fb46ed7b99dd9ba87ad922..cccdf2b1cb6c72b8003c86d08a3c16153e8f0697 100644 (file)
@@ -83,7 +83,7 @@ TRILIBDEFS = -DTRILIBRARY
 
 # RM should be set to the name of your favorite rm (file deletion program).
 
-RM = /bin/rm
+RM = /bin/rm -f
 
 # The action starts here.
 
@@ -103,7 +103,7 @@ $(BIN)triangle.o: $(SRC)triangle.c $(SRC)triangle.h
                $(SRC)triangle.c
 
 $(BIN)showme: $(SRC)showme.c
-       $(CC) $(CSWITCHES) -o $(BIN)showme $(SRC)showme.c -lX11
+       $(CC) $(CSWITCHES) -o $(BIN)showme $(SRC)showme.c -L/usr/X11R6/lib -lX11
 
 clean: distclean