aboutgitcodelistschat:MatrixIRC
path: root/seitan-eater/.Makefile.swp
blob: dbffcaf605d98048846f809628e0614f91b81614 (plain) (tree)
1
2

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
b0VIM 9.0�dh%
�.afrosifedora~afrosi/src/seitan/src/eater/Makefile
3210#"! Utpad�
����_]?����lkQ.-"!	rm -f $(BIN)clean:all: eater	$(CC) $(CFLAGS) -o $(BIN) $(SRCS)eater: $(SRCS) $(HEADERS)CFLAGS += -Wall -Wextra -pedantic -I$(COMMON_DIR)BIN := $(OUTDIR)eaterHEADERS := $(COMMON_DIR)/common.hSRCS := $(COMMON_DIR)/common.c eater.cCOMMON_DIR :=../common# Author: Alice Frosi <afrosi@redhat.com># Copyright 2023 Red Hat GmbH## eater/Makefile - Makefile for seitan-eater## seitan - Syscall Expressive Interpreter, Transformer and Notifier## SPDX-License-Identifier: GPL-3.0-or-later