X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2FMakefile;h=b90edacf0a7a220519dffdafcc21fb74c92cd2ef;hb=HEAD;hp=56263a4a0e1b275485edb60383ea423d149c754e;hpb=d447dc0f59619d26073699d9f81d7de77c200be4;p=chaz%2Fopenbox diff --git a/openbox/Makefile b/openbox/Makefile index 56263a4a..b90edacf 100644 --- a/openbox/Makefile +++ b/openbox/Makefile @@ -1,4 +1,4 @@ -all clean distclean install uninstall: - $(MAKE) -$(MAKEFLAGS) -C .. $@ +all clean install: + $(MAKE) -C .. -$(MAKEFLAGS) $@ -.PHONY: all clean distclean install uninstall +.PHONY: all clean install