1
0
mirror of https://passt.top/passt synced 2024-07-02 07:52:41 +00:00
passt/Makefile

11 lines
126 B
Makefile
Raw Normal View History

CFLAGS += -Wall -Wextra -pedantic
all: merd
merd: merd.c
$(CC) $(CFLAGS) merd.c -o merd
.PHONY: clean
clean:
-${RM} merd