You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
432 B

;; Object sc-main
;; EDE project file.
(ede-proj-project "mc-main"
:name "mc-main"
:file "Project.ede"
:targets (list
(ede-proj-target-makefile-program "main"
:name "main"
:path ""
:source '("display.c" "display.h" "main.c" "main.h" "softtimer.c" "softtimer.h" "spi.c" "spi_config.h" "spi.h" "spi_pointers.c" "spi_pointers.h" "spi_proto.c" "spi_proto.h" "usb.c" "usb.h" "lcd/lcd.c" "lcd/lcd.h")
)
)
)