]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makeprog.env
The usual amount of trash over my telephone fixed
[wxWidgets.git] / src / makeprog.env
index 8a1ee6de2b455a036eaecb1fa46afd589a5f4b5b..aea563b7df9c7d9577f99a3fcf4a144827f64e04 100644 (file)
@@ -1,5 +1,6 @@
 # Replace this with your own path if necessary
-WXDIR       = /home/jacs/wx2
+WXDIR       = $(WXWIN)
+#WXDIR       = /home/jacs/wx2
 include $(WXDIR)/src/make.env
 
 all:    $(PROGRAM)$(GUISUFFIX)
@@ -8,4 +9,4 @@ $(PROGRAM)$(GUISUFFIX): $(OBJECTS) $(WXLIB)
        $(CC) $(LDFLAGS) -o $(PROGRAM)$(GUISUFFIX) $(OBJECTS) $(LDLIBS)
 
 clean:
-       rm -f $(OBJECTS) minimal$(GUISUFFIX) core
+       rm -f $(OBJECTS) $(PROGRAM)$(GUISUFFIX) core