]> Dogcows Code - chaz/openbox/blobdiff - otk_c/Makefile
rm more annoying shit
[chaz/openbox] / otk_c / Makefile
index e4dfe12221e6f2b37ca0527236338dc5d2d48346..f84be3107bbbcb48d11124c452d84a5fc51e7760 100644 (file)
@@ -1,5 +1,6 @@
 prefix=/tmp/ob
-libdir=$(prefix)/lib
+exec_prefix=$(prefix)
+libdir=$(exec_prefix)/lib
 
 targets = libotk.so libotk.a
 sources = display.c
@@ -16,7 +17,7 @@ install: $(targets)
        install $^ $(libdir)
 
 clean:
-       $(RM) $(targets) *.o core
+       $(RM) $(targets) *.o core *\~ .\#*
 
 libotk.so: $(sources:.c=.o)
        $(CC) -shared -o $@ $^ $(LDFLAGS)
This page took 0.021464 seconds and 4 git commands to generate.