Codebase list conky-manager / 3bcecc94-0a78-4371-9432-de610f87d83d/main makefile
3bcecc94-0a78-4371-9432-de610f87d83d/main

Tree @3bcecc94-0a78-4371-9432-de610f87d83d/main (Download .tar.gz)

makefile @3bcecc94-0a78-4371-9432-de610f87d83d/mainraw · history · blame

all:
	cd src; make all
	
clean:
	cd src; make clean

install:
	cd src; make install
	
uninstall:
	cd src; make uninstall