mirror of
https://github.com/gryf/wmtemp.git
synced 2025-12-17 19:40:27 +01:00
Moved makefile to the top directory. Version bump.
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
# By RedSeb 1999, Liverbugg 2002
|
# By RedSeb 1999, Liverbugg 2002
|
||||||
|
|
||||||
|
SRC = src/wmtemp.c
|
||||||
|
|
||||||
SRC = wmtemp.c
|
EXE = src/wmtemp
|
||||||
|
|
||||||
EXE = wmtemp
|
|
||||||
|
|
||||||
OBJ = $(SRC:.c=.o)
|
OBJ = $(SRC:.c=.o)
|
||||||
|
|
||||||
@@ -23,11 +22,11 @@ $(OBJ): %.o : %.c
|
|||||||
$(CC) $(CFLAGS) -c -o $@ $<
|
$(CC) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(EXE)
|
rm -rf $(EXE) src/*.o
|
||||||
rm -rf *.o
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
$(INSTALL) $(EXE) /usr/local/bin/
|
$(INSTALL) $(EXE) /usr/local/bin/
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -rf /usr/local/bin/$(EXE)
|
rm -rf /usr/local/bin/$(EXE)
|
||||||
|
|
||||||
@@ -10,12 +10,11 @@ Based on WMTempMon dockapp, although it was heavily reworked.
|
|||||||
Compile
|
Compile
|
||||||
-------
|
-------
|
||||||
|
|
||||||
To build the dockapp, you'll need `libdockap`_ it should be available in your
|
To build the dockapp, you'll need `libdockapp`_ it should be available in your
|
||||||
package repository. While you have it installed, perform the commands:
|
package repository. While you have it installed, perform the commands:
|
||||||
|
|
||||||
.. code:: shell-session
|
.. code:: shell-session
|
||||||
|
|
||||||
$ cd wmtemp
|
|
||||||
$ make
|
$ make
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
* based on wmsensormon and other simple dockapps, although it doesn't use
|
* based on wmsensormon and other simple dockapps, although it doesn't use
|
||||||
* lmsensors, just provided information from kernel via /sys filesystem.
|
* lmsensors, just provided information from kernel via /sys filesystem.
|
||||||
*
|
*
|
||||||
* version = 0.5
|
* version = 0.7
|
||||||
*
|
*
|
||||||
* licence: GPL2
|
* licence: GPL2
|
||||||
*/
|
*/
|
||||||
Reference in New Issue
Block a user