diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-01-14 11:40:30 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-01-14 11:40:30 -0500 |
commit | 9caf5a540b571685ab2b99434eb8b790f895a624 (patch) | |
tree | 123040755a13bedbd9e5ceb7f640180b52f319d4 | |
parent | 6b3e5efe079bf51f29259f5a0c2c44b9fa428b18 (diff) |
add Makefile (generated by maje)
-rw-r--r-- | Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..faf3d3b --- /dev/null +++ b/Makefile @@ -0,0 +1,20 @@ +.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 |