Top/ps process monitor
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
318 B

5 years ago
LIBS=
PREFIX= /usr/local
5 years ago
OSNAME := $(shell uname -s)
ifeq ($(OSNAME), OpenBSD)
LIBS += -lkvm
LDFLAGS += -I/usr/local/include -L/usr/local/lib -L/usr/X11R6/lib
endif
export CFLAGS = -g3 -ggdb3 -O0
5 years ago
export PKGS = eina elementary
export LIBS
export LDFLAGS
default:
$(MAKE) -C src
clean:
$(MAKE) -C src clean