X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=obcl%2FMakefile;fp=engines%2Fopenbox%2FMakefile;h=56263a4a0e1b275485edb60383ea423d149c754e;hb=5cf61ee02354c1c9f80c11f3796afc4b948055d6;hp=2ed05a6ea774bbd43177300917485a7aae552f02;hpb=fb1696659672386bcfc0f753b67f9eeda74e93b9;p=chaz%2Fopenbox diff --git a/engines/openbox/Makefile b/obcl/Makefile similarity index 71% rename from engines/openbox/Makefile rename to obcl/Makefile index 2ed05a6e..56263a4a 100644 --- a/engines/openbox/Makefile +++ b/obcl/Makefile @@ -1,4 +1,4 @@ all clean distclean install uninstall: - $(MAKE) -$(MAKEFLAGS) -C ../.. $@ + $(MAKE) -$(MAKEFLAGS) -C .. $@ .PHONY: all clean distclean install uninstall