dockapps/wmfemon_1/makefile
Carlos R. Mafra 21625f40b5 Initial dockapps git repo
I tried to get the latest versions from dockapps.org, but I haven't
tested any of them.

More dockapps will be added as time permits.
2011-03-25 19:45:13 +01:00

16 lines
283 B
Makefile

CC = gcc
#OPT = -pg -g -DPRO
OPT = -O3 -fomit-frame-pointer
CFLAGS = $(OPT) -Wall -I/usr/X11R6/include
LDFLAGS = $(OPT) -L/usr/X11R6/lib -lX11 -lXpm -lXext
SRCS = wmfemon.c
OBJS = wmfemon.o
all: clean wmfemon
wmfemon: $(OBJS)
clean:
rm -f *.o *~ wmfemon trace *.out *.bb *.bbg