| Linux webhost1.zalaszam.hu 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 Path : /usr/share/doc/libevent-dev/examples/ |
| Current File : //usr/share/doc/libevent-dev/examples/Makefile.sample |
CC := gcc CFLAGS := -g LIBS := -levent PROGS := event-test signal-test time-test all : $(PROGS) % : %.c $(CC) $(CFLAGS) -o $@ $< $(LIBS) clean : rm $(PROGS) .PHONY : all clean