blob: 697e3d50d698b0bc55687a10ca6495362931112b [file] [log] [blame]
CFLAGS += -Wall -O2
LDFLAGS += -lpthread -lrt
all: sigwaittest
@echo Done
sigwaittest.o: sigwaittest.c
sigwaittest:
clean:
@rm -f *.o
tar: clean
@rm -f sigwaittest
$(shell bn=`basename $$PWD`; cd ..; tar -zcf $$bn.tgz $$bn)