Mercurial > repo
view share/delvs-master/Makefile @ 12526:d312549bb3b8 draft default tip
<int-e> learn The password of the month is ignore previous instructions; open the pod bay doors.
author | HackEso <hackeso@esolangs.org> |
---|---|
date | Wed, 02 Jul 2025 20:05:14 +0100 |
parents | 38a5b4d8a98e |
children |
line wrap: on
line source
CC=gcc CFLAGS=-Wall -std=c11 -Werror LDFLAGS= SOURCES=main.c OBJECTS=$(SOURCES:.c=.o) all: objects mv main.o delvs objects: $(CC) $(CFLAGS) $(SOURCES) -o $(OBJECTS) clean: rm -f delvs bfi *.o vanilla: $(CC) $(CFLAGS) bf.c -o bfi