Initial Commit
This commit is contained in:
commit
8d8f5dd37e
10 changed files with 9368 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
#
|
||||
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
||||
# project subdirectory.
|
||||
#
|
||||
|
||||
PROJECT_NAME := esp32-gameboy-printer
|
||||
|
||||
include $(IDF_PATH)/make/project.mk
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue