Skip to content
Snippets Groups Projects

Build with GNU Makefile

Merged Mark Meredith requested to merge (removed):gnumakefile into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -50,7 +50,7 @@ $(BUILD_DIR)/%.cpp.o: %.cpp
install: $(TARGET)
@$(MKDIR_P) $(DESTDIR)/lib
install -m 0755 $< $(DESTDIR)/lib
install -m 0755 -d include $(DESTDIR)/include
install -m 0755 include/*.hpp $(DESTDIR)/include
.PHONY: clean
clean:
Loading