diff options
author | Your Name <you@example.com> | 2020-06-22 17:06:46 +0200 |
---|---|---|
committer | Your Name <you@example.com> | 2020-06-22 17:06:46 +0200 |
commit | 6bacc4f30752e49733d6efb219d58eb4745a49a9 (patch) | |
tree | b1459f86e5b5b0c2ad2fe81e1b96ad588de463d7 /src/.Makefile | |
download | pOS-6bacc4f30752e49733d6efb219d58eb4745a49a9.tar.gz pOS-6bacc4f30752e49733d6efb219d58eb4745a49a9.tar.bz2 pOS-6bacc4f30752e49733d6efb219d58eb4745a49a9.zip |
Git commit clean
Diffstat (limited to 'src/.Makefile')
-rw-r--r-- | src/.Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/.Makefile b/src/.Makefile new file mode 100644 index 0000000..e750f23 --- /dev/null +++ b/src/.Makefile @@ -0,0 +1,4 @@ +all: pOS.bin + +pOS.bin: ./.build.sh + ./.build.sh |