1
0
mirror of https://passt.top/passt synced 2024-07-03 00:12:41 +00:00
passt/Makefile
Stefano Brivio cefcf0bc2c merd: Initial import
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
2021-02-16 07:57:46 +01:00

11 lines
126 B
Makefile

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