update makefile and pipeline workflow

This commit is contained in:
Willian Paixao
2021-12-11 20:33:58 +01:00
parent 095466c270
commit d46cc407df
4 changed files with 22 additions and 18 deletions

View File

@@ -1,10 +1,10 @@
TOP = ../../..
TOP = ../..
include $(TOP)/make.mk
INCLUDES += \
-I../
-I./
SRCS += \
../app.c
./app.c
include $(TOP)/rules.mk