diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-07-02 09:42:03 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-07-02 09:42:03 +0200 | 
| commit | ba2b6ba132882f93d839c15c1a9e588c43ab3fc4 (patch) | |
| tree | b47362e5ac5b5c6946a8cda3e59de68c91be51b0 | |
| parent | derp (diff) | |
| download | xpybar-ba2b6ba132882f93d839c15c1a9e588c43ab3fc4.tar.gz xpybar-ba2b6ba132882f93d839c15c1a9e588c43ab3fc4.tar.bz2 xpybar-ba2b6ba132882f93d839c15c1a9e588c43ab3fc4.tar.xz | |
typo1.3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
| -rw-r--r-- | Makefile | 8 | 
1 files changed, 4 insertions, 4 deletions
| @@ -28,10 +28,10 @@ WARN = -Wall -Wextra -pedantic -Wdouble-promotion -Wformat=2 -Winit-self       \  SRC = __main__ util x -PLUGINS = chase clock cpuifo cpuonline cpu df discstats ipaddress  \ -          kmsg leapsec linereader loadavg lunar mem moc network    \ -          pacman snmp snmp6 softirqs solar uname uptime users      \ -          vmstat weather xdisplay xkb alsa dentrystate inodestate  \ +PLUGINS = chase clock cpuinfo cpuonline cpu df discstats ipaddress  \ +          kmsg leapsec linereader loadavg lunar mem moc network     \ +          pacman snmp snmp6 softirqs solar uname uptime users       \ +          vmstat weather xdisplay xkb alsa dentrystate inodestate   \            files hdparm  PLUGIN_EXAMPLES = chase clock cpu cpuinfo cpuonline df discstats   \ | 
