summaryrefslogtreecommitdiffstats
path: root/src/examples/Makefile
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-02-05 13:00:30 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-02-05 13:04:44 +0100
commitbe3915299c4d7106ac4482570ae8661e9c8da8d8 (patch)
tree827d18cd9ba33607fd105be10de5f37cbd35d4ad /src/examples/Makefile
parentb9e1e4c18c379d0cc53a38329edcabd5dfc61785 (diff)
downloadpintos-be3915299c4d7106ac4482570ae8661e9c8da8d8.tar.gz
implement create()
Diffstat (limited to 'src/examples/Makefile')
-rw-r--r--src/examples/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/examples/Makefile b/src/examples/Makefile
index 5517532..a89a3e3 100644
--- a/src/examples/Makefile
+++ b/src/examples/Makefile
@@ -8,6 +8,10 @@ PROGS = cat cmp cp echo halt hex-dump ls mcat mcp mkdir pwd rm shell \
sumargv lab2test lab1test lab1test2 pfs pfs_reader pfs_writer dummy longrun \
child parent create-bad printf
+PROGS += create
+
+create_SRC = create.c
+
# Added test programs
printf_SRC = printf.c
sumargv_SRC = sumargv.c