Merge pull request #3 from andreika-git/fix-make

fix make
This commit is contained in:
rusefillc 2021-04-20 08:20:06 -04:00 committed by GitHub
commit da9a849245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -16,5 +16,6 @@ endif
CC = $(CCPREFIX) $(TRGT)gcc
CPPC = $(CCPREFIX) $(TRGT)g++
vpath %.c ../src
include rules.mk
include rules.mk