diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-03-02 10:45:28 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-03-02 11:08:57 -0500 |
| commit | a291ba6019f0cd2e679a302312b50da5769c2790 (patch) | |
| tree | 2d9e2fa85850a8b0027cbf717e7f78caa9eb91ff /tools/xdg-autostart/Makefile | |
| parent | 664b0b4e943ba4d410168817dcff953804b44253 (diff) | |
some modifications to xdg-autostart based on suggestions from the PyXDG maintainer
Diffstat (limited to 'tools/xdg-autostart/Makefile')
| -rw-r--r-- | tools/xdg-autostart/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/xdg-autostart/Makefile b/tools/xdg-autostart/Makefile new file mode 100644 index 00000000..cfc46539 --- /dev/null +++ b/tools/xdg-autostart/Makefile @@ -0,0 +1,4 @@ +all clean install: + $(MAKE) -C ../.. -$(MAKEFLAGS) $@ + +.PHONY: all clean install |
