BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 4760662b4aefcc8d41b04e8920f71583846594b1 / Makefile

// Related

Nucleus

Barry Start userspace 4760662 (3 years, 2 months ago)
diff --git a/Makefile b/Makefile
index cb163ac..5d47233 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,10 @@ clean:
 	@touch $(PRODUCT)
 	@rm $(PRODUCT)
 
+install: $(PRODUCT)
+	$(info INSTALL $^)
+	@install -Dm 755 $(PRODUCT) -t ${SYSROOT}/boot/
+
 $(PRODUCT): $(OBJS)
 	$(info LD $@)
 	@$(LD) -o $@ $^ $(LFLAGS)