.POSIX: # This Makefile was generated by maje # See https://gitlab.com/jkaivo/maje/ for more information # Do not edit this Makefile by hand default: all CC=c99 CFLAGS=-Wall -Wextra -Wpedantic -Werror -g all: maje clean: rm -f maje *.o make.o: make.c maje: make.o sources.o: sources.c maje: sources.o main.o: main.c maje: main.o maje.o: maje.c maje: maje.o maje: $(CC) -o $@ *.o