12 lines
210 B
Diff
12 lines
210 B
Diff
|
--- Makefile.orig
|
||
|
+++ Makefile
|
||
|
@@ -11,7 +11,7 @@
|
||
|
DESTDIR ?=
|
||
|
|
||
|
# Where do the temporary files go?
|
||
|
-OBJDIR = /tmp/wg-build
|
||
|
+OBJDIR = wg-build
|
||
|
|
||
|
# The compiler used for the native build (curses, X11)
|
||
|
CC ?= cc
|