X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=data%2Fautostart%2FMakefile;fp=tools%2Fxdg-autostart%2FMakefile;h=b90edacf0a7a220519dffdafcc21fb74c92cd2ef;hb=bcc31faf7ecd8b0ad3b66a75fc72145e93e6c35a;hp=cfc4653956d0ffd2e28385b1121918ec9c070d21;hpb=7d71fb8a77ba9e2ea4938e793410f029265507a8;p=chaz%2Fopenbox diff --git a/tools/xdg-autostart/Makefile b/data/autostart/Makefile similarity index 56% rename from tools/xdg-autostart/Makefile rename to data/autostart/Makefile index cfc46539..b90edacf 100644 --- a/tools/xdg-autostart/Makefile +++ b/data/autostart/Makefile @@ -1,4 +1,4 @@ all clean install: - $(MAKE) -C ../.. -$(MAKEFLAGS) $@ + $(MAKE) -C .. -$(MAKEFLAGS) $@ .PHONY: all clean install