diff options
Diffstat (limited to 'example/Makefile')
-rw-r--r-- | example/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example/Makefile b/example/Makefile new file mode 100644 index 0000000..773eb76 --- /dev/null +++ b/example/Makefile @@ -0,0 +1,4 @@ +BIN=hello +OBJ=main.o hello.o + +include ../one.mk |