diff --git a/sk4/Makefile b/sk4/Makefile new file mode 100644 index 0000000..b10085d --- /dev/null +++ b/sk4/Makefile @@ -0,0 +1,2 @@ +all: program.c + gcc program.c -o program