stat options
Commits per author per week (path 'wiki/inc/lang/ta/lang.php')
Author | W27 2025 | W28 2025 | W29 2025 | WCFLAGS += -Wall -Wextra
all: chaseccomp.o
chasc_defs_%.c: %.chasc common.chasc gen_defs chaseccomp.h
./gen_defs <$< >$@
chasc_defs_%: chasc_defs_%.c
$(CC) $(CFLAGS) $< -o $@ $(LDFLAGS)
%.chasc.expanded: chasc_defs_%
./$< >$@
chasc_%.h: %.chasc.expanded gen_syscalls
./gen_syscalls $< >$@
chaseccomp.o: chaseccomp.h chasc_network.h chasc_buffer.h
clean:
rm -f *.d *.o
rm -f *.chasc.expanded chasc_*.h chasc_*.c
|
---|