aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d782eda..3d6b095 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,9 @@ run-on-rpi : kernel.img pipe_image
pipe_image : pipe_image.c lib/rs232/rs232.c
gcc -Wall -std=gnu99 -O3 $^ -o $@
+makefs : makefs.c
+ gcc -Wall -std=gnu99 -O3 $^ -o $@
+
clean :
-rm *.img *.elf *.o pipe_image