1 2 3 4 5 6 7
# Makefile for fkill — send signals to processes TARGET = fkill LIB_SRCS = io.asm str.asm args.asm TOOL_SRCS = tools/fkill.asm UNIFIED_SRC = fkill_unified.asm include ../../Makefile.inc