diff options
Diffstat (limited to 'src/user/app/prime/Makefile')
-rw-r--r-- | src/user/app/prime/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/user/app/prime/Makefile b/src/user/app/prime/Makefile new file mode 100644 index 0000000..0e86c31 --- /dev/null +++ b/src/user/app/prime/Makefile @@ -0,0 +1,6 @@ +Obj = main.o +Out = prime.elf + +include $(SrcPath)/user/app/fwik.make + +LDFLAGS += -Map prime.map |