mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2026-09-08 00:44:46 +02:00
Restructure src directory; add GPX utility
This commit is contained in:
+6
-2
@@ -1,5 +1,9 @@
|
||||
GPX_PATH := util/GPX.git
|
||||
|
||||
.PHONY: $(GPX_PATH)
|
||||
|
||||
all:
|
||||
@echo "No compilation here...(dummy Makefile to keep buildroot happy)"
|
||||
$(MAKE) -C $(GPX_PATH)
|
||||
|
||||
clean:
|
||||
@echo "No cleaning here... (dummy Makefile to keep buildroot happy)"
|
||||
$(MAKE) -C $(GPX_PATH) clean
|
||||
|
||||
Reference in New Issue
Block a user