diff --git a/Makefile b/Makefile index d1954da..550f0b1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ APP_NAME := my_app -SRC := ./src +SRC := ./src/main_desktop .PHONY: all dev release clean